From: Pascal Corpet Date: Sun, 6 Jun 2010 12:53:24 +0000 (+0200) Subject: OOooops, commited too fast X-Git-Tag: xorg/1.0.0~170 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c254c68fa5bee012c7a6a56c0138fa1587fb0b62;p=platal.git OOooops, commited too fast --- diff --git a/modules/survey.php b/modules/survey.php index f74f222..6fadc20 100644 --- a/modules/survey.php +++ b/modules/survey.php @@ -410,7 +410,6 @@ class SurveyModule extends PLModule // checks promotion $allowed = false; foreach ($profile->yearspromo() as $p) { - var_dump($p); if ($survey->checkPromo($p)) { $allowed = true; break;