diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-18 08:09:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-18 08:09:46 +0000 |
commit | a3b9b7e92d5c9b47793c7b0e619c45352472890b (patch) | |
tree | dab3b358b46f14f533cc2b65be999cf4948c8de2 /cron.php | |
parent | bc6e55b24dd00ea3fd08884aca7ebfb828d93c84 (diff) | |
download | brdo-a3b9b7e92d5c9b47793c7b0e619c45352472890b.tar.gz brdo-a3b9b7e92d5c9b47793c7b0e619c45352472890b.tar.bz2 |
- node.module:
+ added missing t()-functions (reported by Nick).
- locale.module:
+ renamed '$lang' to '$language' (reported by Nick).
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |