projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605439c
)
this software does not have any MySQL requirements
author
Andreas Unterkircher
<unki@netshadow.at>
Fri, 29 Jun 2007 17:47:51 +0000
(17:47 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 907b6dc9592231da1cbf975e9e224eb506adffdc..33f3b5b8938acafc30041874265c70d5e71ff398 100644
(file)
--- 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;