From 5df8d447d63fb8f3ce358b1ca238d4765ed10665 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 31 May 2005 09:32:43 +0000 Subject: [PATCH] undefined index git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@526 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/samba/class_sambaAccount.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/personal/samba/class_sambaAccount.inc b/plugins/personal/samba/class_sambaAccount.inc index 32d14b050..a8f579f58 100644 --- a/plugins/personal/samba/class_sambaAccount.inc +++ b/plugins/personal/samba/class_sambaAccount.inc @@ -223,12 +223,11 @@ class sambaAccount extends plugin /* Prepare templating */ $smarty= get_smarty(); -/* Set this on top, can't find position where it must be set */ /* PHP Fehler "Undefined index: sambaPwdMustChangeACL" */ #hickert test -// $smarty->assign("sambaPwdMustChangeACL", chkacl($this->acl, "sambaPwdMustChangeACL")); + $smarty->assign("sambaPwdMustChangeACL", chkacl($this->acl, "sambaPwdMustChangeACL")); #hickert test -// $smarty->assign("sambaPwdMustChange",$this->sambaPwdMustChange); + $smarty->assign("sambaPwdMustChange",$this->sambaPwdMustChange); if ($this->sambaPwdMustChange=="0"){ $date= getdate(); -- 2.30.2