]> git.wh0rd.org - tt-rss.git/commitdiff
set_pref: remove type checking notice
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 11 Jan 2010 11:06:56 +0000 (14:06 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 11 Jan 2010 11:06:56 +0000 (14:06 +0300)
db-prefs.php

index c644ad70b1a3b327f4298c3094b70b838ad1c4b9..ecd38053552fa4a526143fd6b9364e1ab003c228 100644 (file)
@@ -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);