summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d857705)
raw | patch | inline | side by side (parent: d857705)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 9 Mar 2006 09:45:08 +0000 (09:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 9 Mar 2006 09:45:08 +0000 (09:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2829 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servRepository.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_servRepository.inc b/plugins/admin/systems/class_servRepository.inc
index b97d3375de49f040dcef00fb4416eb5b03cf5b81..33314b9f131e714cafbdf1cea0f193e64a93aed9 100644 (file)
print_red(sprintf(_("You can't delete this release, it is still used by these workstations [%s]. Please solve this dependencies first, to keep data base consistency."),$found_in));
}else{
if(isset($this->repositories[$value])){
- // unset($this->repositories[$value]);
+ unset($this->repositories[$value]);
}
}
}