From 5b1d37f0854afa1c454c7a47728a24b9e1ae210e Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Wed, 18 Mar 2009 17:44:49 +0100 Subject: [PATCH] [svn r19130] minor change params to function check_emailcue see FS#3805 --- main/wiki/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/wiki/index.php b/main/wiki/index.php index 48b4ca55b0..d13379a271 100644 --- a/main/wiki/index.php +++ b/main/wiki/index.php @@ -3345,7 +3345,7 @@ function check_notify_all() * @author Juan Carlos Ra�a */ -function check_emailcue($id_or_ref, $type, $lastime, $lastuser) +function check_emailcue($id_or_ref, $type, $lastime='', $lastuser='') { global $tbl_wiki; global $groupfilter;