summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c70dda)
raw | patch | inline | side by side (parent: 6c70dda)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 20 Apr 2006 13:45:46 +0000 (13:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 20 Apr 2006 13:45:46 +0000 (13:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3077 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_config.inc | patch | blob | history |
index 6f649d70319688f29af76640cc4623652942b00d..c670748a194b83e876ea78d51037e23700561ba1 100644 (file)
--- a/include/class_config.inc
+++ b/include/class_config.inc
$a_res = $ldap->search("(objectClass=goShareServer)",array("goExportEntry","cn"));
$return= array();
while($entry = $ldap->fetch($a_res)){
- unset($entry['goExportEntry']['count']);
+ if(isset($entry['goExportEntry']['count'])){
+ unset($entry['goExportEntry']['count']);
+ }
foreach($entry['goExportEntry'] as $share){
$a_share = split("\|",$share);
$sharename = $a_share[0];