1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

misc updater tweaks

This commit is contained in:
Andrew Dolgov
2007-02-24 18:16:33 +01:00
parent 8dc062e527
commit b4c27af79a
5 changed files with 128 additions and 103 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
$_SESSION["prefs_cache"] = array();
}
function get_pref($link, $pref_name, $user_id = false, $die_on_error = true) {
function get_pref($link, $pref_name, $user_id = false, $die_on_error = false) {
$pref_name = db_escape_string($pref_name);