openrat-cms

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

commit 6904a754d5e224fcdb34d85a6f8fb5ad51d945c3
parent 9566bb295afd8740a7703680baab22ea55f7a5dd
Author: dankert <devnull@localhost>
Date:   Fri, 14 Jan 2005 22:41:57 +0100

Einbau Aufruf von lastModified(), jedoch noch auskommentiert

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

diff --git a/actionClasses/PageAction.class.php b/actionClasses/PageAction.class.php @@ -45,6 +45,10 @@ class PageAction extends ObjectAction { $this->page = Session::getObject(); } + + // Auskommentiert, da Conditional-Get bei + // Seiten u.U. nicht sinnvoll ist + //$this->lastModified( $this->page->lastchangeDate ); }