From: hickert Date: Mon, 10 May 2010 12:17:41 +0000 (+0000) Subject: Replaced config->search with get_cfg_value X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=25ab6a38c945a5fc2de5179d0514a6c6b6113890;p=gosa.git Replaced config->search with get_cfg_value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18219 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 76d422f3e..e7637663a 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -3011,7 +3011,7 @@ function change_password ($dn, $password, $mode=0, $hash= "") } /* Find postmodify entries for this class */ - $command= $config->search("password", "POSTMODIFY",array('menu')); + $command= $config->get_cfg_value("password","postmodify"); if ($command != ""){ /* Walk through attribute list */