X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment%2Fmoney.inc.php;h=94e71ff80296455a306d06e5f799a0584c87b3fc;hb=1d10d3fd659fa8eb7c663d6bb599bc8bbc0feeb3;hp=862232ad2c1c17bfe3fe5f093d122a73339373bf;hpb=e0210288e07b472b2341c6f2b5d5d5046d8cd4e9;p=platal.git diff --git a/modules/payment/money.inc.php b/modules/payment/money.inc.php index 862232a..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; } // }}}