OOooops, commited too fast
authorPascal Corpet <pascal.corpet@m4x.org>
Sun, 6 Jun 2010 12:53:24 +0000 (14:53 +0200)
committerPascal Corpet <pascal.corpet@m4x.org>
Sun, 6 Jun 2010 12:53:24 +0000 (14:53 +0200)
modules/survey.php

index f74f222..6fadc20 100644 (file)
@@ -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;