summaryrefslogtreecommitdiff
path: root/db-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-02-24 18:16:33 +0100
committerAndrew Dolgov <[email protected]>2007-02-24 18:16:33 +0100
commitb4c27af79aa9924b31959153622032d3c83ddc82 (patch)
treec82acb12d1b241d45d75ab7bc29bc3cfe89ac7cb /db-prefs.php
parent8dc062e5274e6dd23972f2f1470ec8447c90ccfc (diff)
misc updater tweaks
Diffstat (limited to 'db-prefs.php')
-rw-r--r--db-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-prefs.php b/db-prefs.php
index 07c4548d3..0858c2ce4 100644
--- a/db-prefs.php
+++ b/db-prefs.php
@@ -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);