From e289ca71598174e583d926bcee18dd812077f6ef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 30 Sep 2006 08:20:54 +0100 Subject: do not die if DEFAULT_UPDATE_INTERVAL is not found --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 1475bc053..e408376b5 100644 --- a/functions.php +++ b/functions.php @@ -178,7 +178,7 @@ $upd_intl = $line["update_interval"]; if (!$upd_intl || $upd_intl == 0) { - $upd_intl = get_pref($link, 'DEFAULT_UPDATE_INTERVAL', $user_id); + $upd_intl = get_pref($link, 'DEFAULT_UPDATE_INTERVAL', $user_id, false); } if ($upd_intl < 0) { -- cgit v1.2.3