issue60, make sure provided photo id is numeric
[phpfspot.git] / phpfspot_db.php
index 585e5592d3ba70caae80411afe04cf2680a4c4c3..fba87b3dc818b4eb172067fb9a0f610709c274a2 100644 (file)
@@ -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
  *  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
  *
  *  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;
 class PHPFSPOT_DB {
 
    private $db;