From: hickert Date: Wed, 6 Dec 2006 06:51:39 +0000 (+0000) Subject: Fixed locked entry behavior X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fdf0e9224a623961a68bc6cf40e88fab294d02ff;p=gosa.git Fixed locked entry behavior git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5309 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc index 4007c79bd..9f2675c9e 100644 --- a/plugins/gofax/blocklists/class_blocklistManagement.inc +++ b/plugins/gofax/blocklists/class_blocklistManagement.inc @@ -39,6 +39,8 @@ class blocklist extends plugin /* Call parent execute */ plugin::execute(); + $_SESSION['LOCK_VARS_TO_USE'] = array("/^user_/"); + /*************** Init vars ***************/ @@ -67,11 +69,6 @@ class blocklist extends plugin // Post for new }elseif(preg_match("/user_new.*/",$key)){ $s_action="new"; - }elseif(preg_match("/user_tplnew.*/i",$key)){ - $s_action="new_tpl"; - }elseif(preg_match("/user_chgpw.*/i",$key)){ - $s_action="change_pw"; - $s_entry = preg_replace("/user_chgpw_/i","",$key); } }