summaryrefslogtreecommitdiff
path: root/db-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-11 14:06:56 +0300
committerAndrew Dolgov <[email protected]>2010-01-11 14:06:56 +0300
commitebbe7e5a93ae2f395edefd66a7c279da5bab634e (patch)
treea65d2e20719f2a97fdc87744ac85a16a944b5317 /db-prefs.php
parente9105eb50dfbfbf33c75a475f21fb7f7ddf76b48 (diff)
set_pref: remove type checking notice
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);