summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c1d71a9)
raw | patch | inline | side by side (parent: c1d71a9)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Feb 2007 05:59:56 +0000 (05:59 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Feb 2007 05:59:56 +0000 (05:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5736 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupMail.inc | patch | blob | history |
index c9585d17941f02bbad79941a36eadca776ed597c..94e960402715662f78ad122eaf9c47bd0e8249c4 100644 (file)
if(preg_match("/r/",$perm)){
foreach ($this->perms as $key => $value){
if ($acl == $key){
- $tmp.= "<option value=$key selected>$value</option>";
+ $tmp.= "<option value=\"$key\" selected>$value</option>";
} else {
- $tmp.= "<option value=$key>$value</option>";
+ $tmp.= "<option value=\"$key\">$value</option>";
}
}
}