summaryrefslogtreecommitdiff
path: root/db-prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'db-prefs.php')
-rw-r--r--db-prefs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/db-prefs.php b/db-prefs.php
index c644ad70b..ecd380535 100644
--- a/db-prefs.php
+++ b/db-prefs.php
@@ -68,8 +68,6 @@
}
}
- // doesn't peform any type checking, be vigilant
-
function set_pref($link, $key, $value) {
$key = db_escape_string($key);
$value = db_escape_string($value);