X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpoison.php;h=27dae4ca9e04d318fc7642c5fb152323b2c19185;hb=c9910f7559bb0cfd787b4fb73f864000f28e38cc;hp=4aa51a3e0d056aa3acc77f804ed2bc9b1ee627e0;hpb=8935dd2824f6013b6690320849e5bcb87fff9d7f;p=platal.git diff --git a/modules/poison.php b/modules/poison.php index 4aa51a3..27dae4c 100644 --- a/modules/poison.php +++ b/modules/poison.php @@ -1,6 +1,6 @@ load('poison.inc.php'); if ($seed == null) { @@ -47,7 +47,7 @@ class PoisonModule extends PLModule exit; } - function handler_tags(&$page, $seed = null, $count = 20) + function handler_tags($page, $seed = null, $count = 20) { global $globals; @@ -64,7 +64,7 @@ class PoisonModule extends PLModule exit; } - function handler_mailto(&$page, $seed = null, $count = 20) + function handler_mailto($page, $seed = null, $count = 20) { global $globals; @@ -82,7 +82,7 @@ class PoisonModule extends PLModule exit; } - function handler_rand(&$page) { + function handler_rand($page) { $this->load('poison.inc.php'); randomize_poison_file(); exit;