summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a62d725)
raw | patch | inline | side by side (parent: a62d725)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 09:32:43 +0000 (09:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 09:32:43 +0000 (09:32 +0000) |
plugins/personal/samba/class_sambaAccount.inc | patch | blob | history |
diff --git a/plugins/personal/samba/class_sambaAccount.inc b/plugins/personal/samba/class_sambaAccount.inc
index 32d14b050d33093b915695e0b176789a7a902a20..a8f579f58a9d699024b017e81b74a703ea93fada 100644 (file)
/* 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();