do not die if DEFAULT_UPDATE_INTERVAL is not found

This commit is contained in:
Andrew Dolgov 2006-09-30 08:20:54 +01:00
parent abe4d057f3
commit e289ca7159
1 changed files with 1 additions and 1 deletions

View File

@ -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) {