From c6c1c81f0592b811f7276f037b18f874aea8e056 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 20 Oct 2005 10:40:18 +0000 Subject: [PATCH] show \"*required\" not on main page --- lam/lib/modules.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 3e8c5247..44f47fc9 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1063,7 +1063,8 @@ class accountContainer { $z = 10000; parseHtml($this->order[$this->current_page], $return, array(), false, $y, $z, $this->type); // Display rest of html-page - echo "\n
*" . _('required'); + echo "\n"; + if ($this->current_page != "main") echo "
*" . _('required'); echo "\n"; echo "\n"; echo "\n";