From c24c9691acfc651d6c627384506076726321261d Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 10 Mar 2007 13:08:59 +0000 Subject: [PATCH] reset utente completato --- web/brisk.phh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/brisk.phh b/web/brisk.phh index d74e33a..921baae 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -780,6 +780,7 @@ class brisco { $this->user[$idx]->stat = "room"; $this->user[$idx]->subst = "standup"; $this->user[$idx]->laccwr = time(); + $this->user[$idx]->bantime = 0; log_main("XXX", sprintf("TROVATO LIBERO A [%d] sess [%s] name [%s]", $idx, $sess, $name_new)); -- 2.17.1