Retire deux lignes de logs pour éviter de remplir bureau.log

lorsque la page d'index est chargé seule
This commit is contained in:
Alan Garcia 2013-04-19 07:17:36 +00:00
parent 3351fc493b
commit 592d60334e
1 changed files with 0 additions and 2 deletions

View File

@ -318,7 +318,6 @@ class m_mem {
*/
function del_session() {
global $db,$user,$err,$cuid,$classes,$hooks;
$err->log("mem","del_session");
$_COOKIE["session"]=addslashes(isset($_COOKIE["session"])?$_COOKIE["session"]:'');
setcookie("session","",0,"/");
setcookie("oldid","",0,"/");
@ -560,7 +559,6 @@ Cordially.
*/
function show_help($file,$force=false) {
global $err;
$err->log("mem","show_help");
if ($this->user["show_help"] || $force) {
$hlp=_("hlp_$file");
if ($hlp!="hlp_$file") {