From: Andreas Unterkircher Date: Tue, 24 Jul 2007 16:52:50 +0000 (+0000) Subject: pear mdb2 is not used anywhere here X-Git-Tag: phpfspot-1.2~85 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=b97020d32344f5309d0f85c55d679b0139a70a86;ds=sidebyside pear mdb2 is not used anywhere here git-svn-id: file:///var/lib/svn/phpfspot/trunk@250 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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;