diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-24 16:52:50 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-24 16:52:50 +0000 |
commit | b97020d32344f5309d0f85c55d679b0139a70a86 (patch) | |
tree | f5573cd7121f83d433cfdd6288ee4e6e3a03ba42 | |
parent | a276fb26e8cb49b1ece836e73055ca0a7226edb0 (diff) |
pear mdb2 is not used anywhere here
git-svn-id: file:///var/lib/svn/phpfspot/trunk@250 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot_db.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpfspot_db.php b/phpfspot_db.php index f8cb53b..fba87b3 100644 --- a/phpfspot_db.php +++ b/phpfspot_db.php @@ -21,9 +21,6 @@ * ***************************************************************************/ -/* from pear "MDB2" package. use "pear install MDB2" if you don't have this! */ -require_once('MDB2.php'); - class PHPFSPOT_DB { private $db; |