From: Matteo Nastasi (mop) <nastasi@alternativeoutput.it>
Date: Sun, 8 Apr 2007 12:15:14 +0000 (+0000)
Subject: rimosso save superfluo
X-Git-Tag: 3.0.0~274
X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=89ffa207cac53d9932f9bab42170ec03d9274ffa;p=brisk.git

rimosso save superfluo
---

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);