From: Matteo Nastasi (mop) Date: Sun, 20 Mar 2011 17:37:05 +0000 (+0100) Subject: add log in User::save_data() method X-Git-Tag: 3.4.4~8 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=5ff19da8aa0ab3169ea9d1688ec8a4a55d02528a;p=brisk.git add log in User::save_data() method --- diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 87185da..a4b58db 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -951,6 +951,7 @@ class User { // log_only("PUT_VAR DI ".strlen(serialize($user))); if (shm_put_var($shm, $tok, $user) != FALSE) { shm_detach($shm); + log_main("User[".$id."] saved."); return (TRUE); } if (shm_remove($shm) === FALSE) {