summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
-rw-r--r--include/functions2.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index cdd783cdc..c6de853d4 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1917,7 +1917,7 @@
$attributes, $include_all_cats = true, $root_id = false, $nest_level = 0) {
if (!$root_id) {
- print "<select id=\"$id\" name=\"$id\" default=\"$default_id\" onchange=\"catSelectOnChange(this)\" $attributes>";
+ print "<select id=\"$id\" name=\"$id\" default=\"$default_id\" $attributes>";
}
if ($root_id)
diff --git a/include/functions2.php b/include/functions2.php
index f3570e56b..d68d1ecc3 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -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)) {