summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: 44d4a24)
raw | patch | inline | side by side (from parent 1: 44d4a24)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Aug 2009 07:24:48 +0000 (07:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 Aug 2009 07:24:48 +0000 (07:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14124 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_listing.inc | patch | blob | history |
index ecaaf244c894de9c0d71e3545c64d91d0d94e1ec..89f383f668555e5be929cc5901d9f9962ac0f4c7 100644 (file)
}
- function getBase($base)
+ function setBase($base)
{
$this->base= $base;
}
- function setBase()
+ function getBase()
{
return $this->base;
}