debug
authorThomas Deniau <thomas@Palurien.eleves.polytechnique.fr>
Tue, 18 Mar 2008 13:54:32 +0000 (14:54 +0100)
committerThomas Deniau <thomas@Palurien.eleves.polytechnique.fr>
Tue, 18 Mar 2008 13:54:32 +0000 (14:54 +0100)
modules/banana.php

index c6cfd9a..10ee50d 100644 (file)
@@ -177,6 +177,7 @@ class BananaModule extends PLModule
                              INNER JOIN  x4dat.aliases       AS b ON ( b.id = a.id AND b.type != 'homonyme' )
                              WHERE  b.alias = '".addslashes(Env::v('forlife'))."'");
           $ban = $res->fetchOneAssoc();
+          print_r($ban);
           echo $ban['priority']."\n".$ban['read_perm']."\n".$ban['write_perm']."\n".$ban['comment']."\n";
         }
         exit();