]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions2.php
simplify error handling
[tt-rss.git] / include / functions2.php
index f3570e56bb1d463621cc2ea6d0e104a8d6bd8fae..d68d1ecc3b2589d4ebfecae7274807e85d5e8728 100644 (file)
                        WHERE owner_uid = '".$_SESSION["uid"]."' ORDER BY caption");
 
                print "<select default=\"$value\" name=\"" . htmlspecialchars($name) .
-                       "\" $attributes onchange=\"labelSelectOnChange(this)\" >";
+                       "\" $attributes>";
 
                while ($line = db_fetch_assoc($result)) {