* fix memleak
[citadel.git] / webcit / static / t / aide / edituser / box_select.html
index e984a0361b4ae354d7d348e163628460c663a3f3..1016faadef6d1daebd7955983143c6df3d331a70 100644 (file)
@@ -5,7 +5,7 @@
   <form method="POST" action="display_edituser">
    <input type="hidden" name="nonce" value="<?NONCE>">
    <select name="username" size=10 style="width:100%">
-<?ITERATE("USERLIST", "section_userlist_select")>
+<?ITERATE("USERLIST", ="aide_edituser_section")>
 </select><br />
  
 <input type="submit" name="edit_config_button" value="<?_("Edit configuration")>">