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);