From: Matteo Nastasi (mop) Date: Sun, 20 Mar 2011 16:40:17 +0000 (+0100) Subject: add log to User::load_data function X-Git-Tag: 3.4.4~11 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=f8d98f354ae51f7223e08e8a3dfaa2b2b466c8dc;p=brisk.git add log to User::load_data function --- diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 3d99623..7460da5 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -875,6 +875,8 @@ class User { { // error_log("User::load_data BEGIN", 0); + log_main("load_data: id [".$id."] sess [".($sess == FALSE ? "FALSE" : $sess)."] "); + $doexit = FALSE; do { if (($tok = @ftok(FTOK_PATH."/user".$id, "B")) == -1) {