Table editor fills the new entry form with the default values of the fields
[platal.git] / modules / payment / money.inc.php
index 8d3875c..94e71ff 100644 (file)
@@ -19,8 +19,6 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-require_once dirname(__FILE__).'/../classes/Flagset.php';
-
 class Payment
 {
     // {{{ properties
@@ -52,8 +50,6 @@ class Payment
         $this->montant_min = (float)$this->montant_min;
         $this->montant_max = (float)$this->montant_max;
         $this->flags       = new Flagset($flags);
-
-        return $link;
     }
 
     // }}}