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 f1bb3643e2b093a7d05c499ea34c37a07f96cc7b (commit)
via c2e2db804b5213ed5f38c1d93672e1d6de91be0e (commit)
from bb7f0c02ec7c4e8e059450ce0637e89d9244ba53 (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=f1bb3643e2b093a7d05c499ea34c37a07f96cc7b
commit f1bb3643e2b093a7d05c499ea34c37a07f96cc7b
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Oct 5 16:51:50 2017 +0200
Whitespace
diff --git a/src/www/admin/search.php b/src/www/admin/search.php
index a64d8a3..3bbcee5 100644
--- a/src/www/admin/search.php
+++ b/src/www/admin/search.php
@@ -102,20 +102,20 @@ if (getStringFromRequest('groupsearch')) {
$status = getStringFromRequest('status');
$is_public = getIntFromRequest('is_public', -1);
$crit_desc = '';
- $qpa = db_construct_qpa() ;
+ $qpa = db_construct_qpa();
if(is_numeric($search)) {
$qpa = db_construct_qpa($qpa, 'SELECT DISTINCT * FROM groups
WHERE (group_id=$1 OR lower
(unix_group_name) LIKE $2 OR lower (group_name) LIKE $2)',
array ($search,
- strtolower ("%$search%"))) ;
+ strtolower ("%$search%")));
} else {
$qpa = db_construct_qpa($qpa, 'SELECT DISTINCT * FROM groups
WHERE (lower (unix_group_name) LIKE $1 OR lower (group_name) LIKE $1)',
- array (strtolower ("%$search%"))) ;
+ array (strtolower ("%$search%")));
}
if ($status) {
- $qpa = db_construct_qpa($qpa, ' AND status=$1', array
($status)) ;
+ $qpa = db_construct_qpa($qpa, ' AND status=$1', array
($status));
$crit_desc .= " status=$status";
}
@@ -123,10 +123,10 @@ if (getStringFromRequest('groupsearch')) {
$crit_desc = "(".trim($crit_desc).")";
}
- $result = db_query_qpa ($qpa) ;
+ $result = db_query_qpa ($qpa);
if (db_numrows($result) >= 1) {
$rows = array();
- $ra = RoleAnonymous::getInstance() ;
+ $ra = RoleAnonymous::getInstance();
while ($row = db_fetch_array($result)) {
if ($is_public == 1) {
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c2e2db804b5213ed5f38c1d93672e1d6de91be0e
commit c2e2db804b5213ed5f38c1d93672e1d6de91be0e
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu Oct 5 16:50:44 2017 +0200
Remove unused variable
diff --git a/src/www/admin/pluginman.php b/src/www/admin/pluginman.php
index 67a7b04..d3e1547 100644
--- a/src/www/admin/pluginman.php
+++ b/src/www/admin/pluginman.php
@@ -199,8 +199,6 @@ if($handle = opendir(forge_get_config('plugins_path'))) {
}
sort($filelist);
-$j = 0;
-
foreach ($filelist as $key => $filename) {
$pluginObject = $pm->GetPluginObject($filename);
if ($pm->PluginIsInstalled($filename)) {
-----------------------------------------------------------------------
Summary of changes:
src/www/admin/pluginman.php | 2 --
src/www/admin/search.php | 12 ++++++------
2 files changed, 6 insertions(+), 8 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits