summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f713277)
raw | patch | inline | side by side (parent: f713277)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 May 2010 09:43:57 +0000 (09:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 May 2010 09:43:57 +0000 (09:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18175 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_config.inc | patch | blob | history |
index 97514654d372a546a852dd4081edcecca917bf76..0fdb2ee62b78c147316b9e20a5aa1b513ef95895 100644 (file)
*
*
* */
- function boolValueIsTrue($class, $value)
+ function boolValueIsTrue($class, $name)
{
return(preg_match("/true/i", $this->get_cfg_value($class,$name)));
}