summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d5755d)
raw | patch | inline | side by side (parent: 7d5755d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Aug 2007 11:02:26 +0000 (11:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Aug 2007 11:02:26 +0000 (11:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7088 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_MultiSelectWindow.inc | patch | blob | history |
index 7961247b8019770ab07ca0250434670f61165cb3..3f1f089c83cec7f40ab4073c42062cb52a41ebf3 100644 (file)
$non_empty="";
$nkey= normalizePreg($key);
foreach($this->config->departments as $keyd=>$vald ){
- if(preg_match("/$nkey\/.*/",$keyd)){
+ if(preg_match('/$nkey\/.*/',$keyd)){
$non_empty="full";
}
}