From d033e425bf928703227d316d6aee08ca95f9192f Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 20 Oct 2008 23:33:12 +0200 Subject: [PATCH] Don't get obfuscated. Signed-off-by: Florent Bruneau --- plugins/function.poison.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/function.poison.php b/plugins/function.poison.php index 6f5e12b..ea6d629 100644 --- a/plugins/function.poison.php +++ b/plugins/function.poison.php @@ -25,11 +25,11 @@ function smarty_function_poison($params, &$smarty) { Platal::load('poison', 'poison.inc.php'); $emails = get_poison_emails($seed, $count); - $str = ""; + $str = "'; } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: -- 2.1.4