disableling the click_history til someone starts useing it

This commit is contained in:
Ralf Becker 2003-09-06 10:52:42 +00:00
parent f4fd01dd10
commit ef850c835b

View File

@ -1,4 +1,4 @@
<?php
<?php
/**************************************************************************\
* phpGroupWare API - Session management *
* This file written by Dan Kuykendall <seek3r@phpgroupware.org> *
@ -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()
{}
}
}