From b97020d32344f5309d0f85c55d679b0139a70a86 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Tue, 24 Jul 2007 16:52:50 +0000 Subject: [PATCH] pear mdb2 is not used anywhere here git-svn-id: file:///var/lib/svn/phpfspot/trunk@250 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot_db.php | 3 --- 1 file changed, 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; -- 2.25.1