openrat-cms

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

commit 76741223c3efebcbebe99f19a9179328f0640655
parent 48c27cba5e26b5591447737447949ea3eeda1d61
Author: dankert <devnull@localhost>
Date:   Sun, 13 Mar 2005 17:39:58 +0100

Last-Modified vorerst nicht setzen, da letzte Aenderung der Baumeinstellung sonst nicht beruecksichtigt wird

Diffstat:
actionClasses/TitleAction.class.php | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/actionClasses/TitleAction.class.php b/actionClasses/TitleAction.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.7 2005-02-17 20:08:51 dankert +// Revision 1.8 2005-03-13 16:39:58 dankert +// Last-Modified vorerst nicht setzen, da letzte Aenderung der Baumeinstellung sonst nicht beruecksichtigt wird +// +// Revision 1.7 2005/02/17 20:08:51 dankert // Einbau von Baum offen/zu // // Revision 1.6 2005/01/14 21:41:23 dankert @@ -65,8 +68,8 @@ class TitleAction extends Action function show() { $user = Session::getUser(); - if ( is_object($user) && isset($user->loginDate) ) - $this->lastModified( $user->loginDate ); +// if ( is_object($user) && isset($user->loginDate) ) +// $this->lastModified( $user->loginDate ); $this->setTemplateVar('css_body_class','title');