From b7f5e6235288878a71e7df1bf586e9352096f74a Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 29 Jun 2007 17:47:51 +0000 Subject: [PATCH] this software does not have any MySQL requirements git-svn-id: file:///var/lib/svn/phpfspot/trunk@133 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 5 ----- 1 file changed, 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
\n"; - $missing = true; - } - if(!function_exists("sqlite3_open")) { print "PHP SQLite3 library extension is missing
\n"; $missing = true; -- 2.25.1