mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 17:01:28 +00:00
simplify error handling
* less convoluted exception dialogs * use window.onerror for the majority of exception catching/reporting * remove most of now useless try/catch blocks * report stacktrace instead of manually specified error locations
This commit is contained in:
@@ -1902,7 +1902,7 @@
|
||||
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)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user