From bd33acd012f96096e5ef6ba131aac0b260aea6c2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 11 Jul 2007 15:03:06 +0000 Subject: some fixes git-svn-id: file:///svn/phpbb/trunk@7866 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index d4947a9ca0..5918b441d0 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4298,7 +4298,7 @@ function page_footer($run_cron = true) ); // Call cron-type script - if (!defined('IN_CRON') && $run_cron) + if (!defined('IN_CRON') && $run_cron && !$config['board_disable']) { $cron_type = ''; -- cgit v1.2.1