summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d58db4c)
raw | patch | inline | side by side (parent: d58db4c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Oct 2005 06:04:59 +0000 (06:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 18 Oct 2005 06:04:59 +0000 (06:04 +0000) |
"Undefined index: forceMode"
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1595 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1595 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 6a66a4f6cc7e9f39e6c7904906a8460a25759fa1..5ff9b415d69759035609bc639244f31ce195be18 100644 (file)
$smarty->assign("printerList", $this->printerList);
$smarty->assign("languages", $this->config->data['MAIN']['LANGUAGES']);
+ /* Avoid "Undefined index: forceMode" */
+ $smarty->assign("forceMode", "");
+
/* Checkboxes */
if ($this->force_ids == 1){
$smarty->assign("force_ids", "checked");