diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-29 17:47:51 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-29 17:47:51 +0000 |
commit | b7f5e6235288878a71e7df1bf586e9352096f74a (patch) | |
tree | 65211a4c19fd2e834fa2ab653fbff2700888d339 | |
parent | 605439cc3bceba0e1974448a5c669e33303fcc90 (diff) |
this software does not have any MySQL requirements
git-svn-id: file:///var/lib/svn/phpfspot/trunk@133 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot.class.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 907b6dc..33f3b5b 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -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; |