openrat-cms

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

commit e38c5e4dc4cda7ba7d0a92ef7cf4e48f29764f81
parent c71bef7c506090097880d9d634066dd243d9f1d6
Author: dankert <devnull@localhost>
Date:   Sun, 26 Dec 2004 22:57:16 +0100

Feststellen, ob Request-Dauer ausgegeben werden soll

Diffstat:
actionClasses/Action.class.php | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

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.11 2004-12-19 14:40:18 dankert +// Revision 1.12 2004-12-26 21:57:16 dankert +// Feststellen, ob Request-Dauer ausgegeben werden soll +// +// Revision 1.11 2004/12/19 14:40:18 dankert // neue Methode hasRequestVar() // // Revision 1.10 2004/12/15 23:22:26 dankert @@ -201,6 +204,8 @@ class Action $tplFileName = str_replace( '_','/',$tplFileName ); $cms_title = OR_TITLE.' '.OR_VERSION; + $showDuration = $conf['interface']['show_duration']; + // Einbinden des Templates // require( 'themes/default/templates/'.$tplFileName );