From ef850c835bcba9a479b621a7dbc760e0e15a5f7b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 6 Sep 2003 10:52:42 +0000 Subject: [PATCH] disableling the click_history til someone starts useing it --- phpgwapi/inc/class.sessions.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/inc/class.sessions.inc.php b/phpgwapi/inc/class.sessions.inc.php index 6649adf68b..59d7d7e9af 100644 --- a/phpgwapi/inc/class.sessions.inc.php +++ b/phpgwapi/inc/class.sessions.inc.php @@ -1,4 +1,4 @@ - * @@ -1177,7 +1177,7 @@ } //used for repost prevention - $extravars['click_history'] = $this->generate_click_history(); +// $extravars['click_history'] = $this->generate_click_history(); /* if we end up with any extravars then we generate the url friendly string */ /* and return the result */ @@ -1300,4 +1300,4 @@ */ function total() {} - } \ No newline at end of file + }