openrat-cms

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

commit 4c0abc70742d515a798e0b6bf27b4b81c5db0209
parent f18e61221044ce506fac841b4e1056de8110ee63
Author: dankert <devnull@localhost>
Date:   Tue, 30 Nov 2004 00:52:33 +0100

Korrektur Vorversion

Diffstat:
actionClasses/PageAction.class.php | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/actionClasses/PageAction.class.php b/actionClasses/PageAction.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.16 2004-11-29 23:48:00 dankert +// Revision 1.17 2004-11-29 23:52:33 dankert +// Korrektur Vorversion +// +// Revision 1.16 2004/11/29 23:48:00 dankert // Korrektur Vorversion // // Revision 1.15 2004/11/29 23:34:59 dankert @@ -355,8 +358,6 @@ class PageAction extends ObjectAction } } - $this->page->setTimestamp(); - $this->setTemplateVar('el',$list); $this->forward('page_element'); @@ -451,7 +452,7 @@ class PageAction extends ObjectAction } } } - + $this->setTemplateVar('el',$list); $this->forward('page_form'); }