From 25ab6a38c945a5fc2de5179d0514a6c6b6113890 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 May 2010 12:17:41 +0000 Subject: [PATCH] Replaced config->search with get_cfg_value git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18219 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2