X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=94e71ff80296455a306d06e5f799a0584c87b3fc;hb=1d10d3fd659fa8eb7c663d6bb599bc8bbc0feeb3;hp=8d3875ca10b670a617f63eaec01b6da7d2a760fb;hpb=50bda57a9e381552715b048397e0729cb23b27e9;p=platal.git diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index 8d3875c..94e71ff 100644 --- a/modules/payment/money.inc.php +++ b/modules/payment/money.inc.php @@ -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; } // }}}