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, master has been updated
       via  f203d5819d01882de0ba4475ad76ea6a4af79a95 (commit)
      from  3b3f5956b00da07b900288e777e087768cdc2d5d (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=f203d5819d01882de0ba4475ad76ea6a4af79a95

commit f203d5819d01882de0ba4475ad76ea6a4af79a95
Author: Franck Villaume <[email protected]>
Date:   Fri Mar 3 14:21:46 2017 +0000

    remove unused column from query

diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php 
b/src/plugins/scmsvn/common/SVNPlugin.class.php
index 90118cd..0aa5470 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -326,7 +326,7 @@ some control over it to the project's administrator.");
                $config_fname = 
forge_get_config('data_path').'/scmsvn-auth.inc';
                $config_f = fopen($config_fname.'.new', 'w');
 
-               $res = db_query_params("SELECT login, passwd FROM nss_passwd 
WHERE status=$1", array('A'));
+               $res = db_query_params("SELECT login FROM nss_passwd WHERE 
status=$1", array('A'));
                while ($arr = db_fetch_array($res)) {
                        fwrite($config_f, 'Use ScmsvnUser '.$arr['login']."\n");
                }

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

Summary of changes:
 src/plugins/scmsvn/common/SVNPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to