this software does not have any MySQL requirements
authorAndreas Unterkircher <unki@netshadow.at>
Fri, 29 Jun 2007 17:47:51 +0000 (17:47 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Fri, 29 Jun 2007 17:47:51 +0000 (17:47 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@133 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.class.php

index 907b6dc9592231da1cbf975e9e224eb506adffdc..33f3b5b8938acafc30041874265c70d5e71ff398 100644 (file)
@@ -836,11 +836,6 @@ class PHPFSPOT {
          $missing = true;
       }
 
-      if(!function_exists("mysql_connect")) {
-         print "PHP MySQL library extension is missing<br />\n";
-         $missing = true;
-      }
-
       if(!function_exists("sqlite3_open")) {
          print "PHP SQLite3 library extension is missing<br />\n";
          $missing = true;