summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-07-18 08:09:46 +0000
committerDries Buytaert <dries@buytaert.net>2001-07-18 08:09:46 +0000
commita3b9b7e92d5c9b47793c7b0e619c45352472890b (patch)
treedab3b358b46f14f533cc2b65be999cf4948c8de2 /cron.php
parentbc6e55b24dd00ea3fd08884aca7ebfb828d93c84 (diff)
downloadbrdo-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.php2
1 files changed, 1 insertions, 1 deletions
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);
}