summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25d6c1e)
raw | patch | inline | side by side (parent: 25d6c1e)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Oct 2009 09:05:31 +0000 (09:05 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Oct 2009 09:05:31 +0000 (09:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14464 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc | patch | blob | history |
diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index be9ffcc4704c21c627cde9d00ce98079769513bd..9b599f4d99f2d7dd924ef4bd8ced2521bd3c22d8 100644 (file)
}else{
foreach($classes as $class){
$classname = $class['CLASS'];
- var_dump($class);
if (!isset($this->cache['CLASSES'][$release][$classname])) {
$this->cache['CLASSES'][$release][$classname] = array();
}