From 11dba17606b6722df06b71ffa31a14998f363dde Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 18 Aug 2006 21:19:39 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@6301 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 3e89769234..84de408eb9 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3102,7 +3102,7 @@ function page_footer() if ($cron_type) { - $template->assign_var('RUN_CRON_TASK', ''); + $template->assign_var('RUN_CRON_TASK', 'cron'); } }