From 89ffa207cac53d9932f9bab42170ec03d9274ffa Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 8 Apr 2007 12:15:14 +0000 Subject: [PATCH] rimosso save superfluo --- web/index_rd.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/index_rd.php b/web/index_rd.php index a8771d5..8e76c6c 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -73,13 +73,11 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su } log_auth($sess, "update lacc"); $user->lacc = time(); - save_data($bri); - $first_loop = FALSE; - - + $bri->garbage_manager(FALSE); save_data($bri); + $first_loop = FALSE; } unlock_data($sem); ignore_user_abort(FALSE); -- 2.17.1