X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_db.php;h=fba87b3dc818b4eb172067fb9a0f610709c274a2;hp=585e5592d3ba70caae80411afe04cf2680a4c4c3;hb=df8001b575ecc53c0f9d10f43ce9136220c9c927;hpb=dac334b46e3f2d939f8d106b98dc82a102e72423;ds=sidebyside diff --git a/phpfspot_db.php b/phpfspot_db.php index 585e559..fba87b3 100644 --- a/phpfspot_db.php +++ b/phpfspot_db.php @@ -8,7 +8,7 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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;