openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 13006307badcaaba4879b30afcbf75f2ac56112e
parent 3939e37eff4c4adb9062ab6ea5a4ea45e753a9c0
Author: dankert <devnull@localhost>
Date:   Sun, 28 Nov 2004 22:27:52 +0100

addNotice()

Diffstat:
actionClasses/Action.class.php | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/actionClasses/Action.class.php b/actionClasses/Action.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.7 2004-11-27 13:05:37 dankert +// Revision 1.8 2004-11-28 21:27:52 dankert +// addNotice() +// +// Revision 1.7 2004/11/27 13:05:37 dankert // Einzelne Funktionen verlagert // // Revision 1.6 2004/11/10 22:35:23 dankert @@ -113,7 +116,7 @@ class Action $this->templateVars['notices'][] = array('type'=>$type, 'name'=>$name, - 'text'=>$text, + 'text'=>lang('NOTICE_'.$text), 'status'=>$status); }