This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  f6e248232655713e43208ae4ce981f75b78560e4 (commit)
      from  5302ac603ada497708f0c8c4d6dd2c089f11468c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=f6e248232655713e43208ae4ce981f75b78560e4

commit f6e248232655713e43208ae4ce981f75b78560e4
Author: Franck Villaume <[email protected]>
Date:   Sun May 13 19:51:49 2018 +0200

    Remove unused code

diff --git a/src/common/widget/Widget_MyAdmin.class.php 
b/src/common/widget/Widget_MyAdmin.class.php
index 18e6dcb..f28f7cc 100644
--- a/src/common/widget/Widget_MyAdmin.class.php
+++ b/src/common/widget/Widget_MyAdmin.class.php
@@ -43,9 +43,6 @@ class Widget_MyAdmin extends Widget {
                        $res = db_query_params("SELECT count(*) AS count FROM 
users WHERE status='P' OR status='V' OR status='W'",array());
                        $row = db_fetch_array($res);
                        $pending_users = $row['count'];
-                       $res = db_query_params("SELECT count(*) AS count FROM 
users WHERE status='V' OR status='W'",array());
-                       $row = db_fetch_array($res);
-                       $validated_users = $row['count'];
 
                        $html_my_admin .= $this->_get_admin_row(
                                $i++,

-----------------------------------------------------------------------

Summary of changes:
 src/common/widget/Widget_MyAdmin.class.php | 3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to