From a3b9b7e92d5c9b47793c7b0e619c45352472890b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 18 Jul 2001 08:09:46 +0000 Subject: - node.module: + added missing t()-functions (reported by Nick). - locale.module: + renamed '$lang' to '$language' (reported by Nick). --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.php') diff --git a/cron.php b/cron.php index acfb9507d..a29170219 100644 --- a/cron.php +++ b/cron.php @@ -6,7 +6,7 @@ include_once "includes/common.inc"; ** If not in 'safe mode', increase the maximum execution time: */ -if (!get_cfg_var("safe_mode")) { +if (!get_cfg_var("safe_mode")) { set_time_limit(180); } -- cgit v1.2.3