Thomas Bruederli
2012-09-23 0c144b98a417d50b9c073ae3931fdad47390f1f7
program/include/rcmail.php
@@ -281,7 +281,7 @@
        }
        $list[$id] = array(
          'id'       => $id,
          'name'     => $prop['name'],
          'name'     => html::quote($prop['name']),
          'groups'   => is_array($prop['groups']),
          'readonly' => !$prop['writable'],
          'hidden'   => $prop['hidden'],