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 bcc366d97526a2021ab0941a6760cc2a9aeca492 (commit)
from c998a0a80c5398eddf69ac978a63f25f02fd4f22 (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=bcc366d97526a2021ab0941a6760cc2a9aeca492
commit bcc366d97526a2021ab0941a6760cc2a9aeca492
Author: Franck Villaume <[email protected]>
Date: Sun Nov 22 18:04:50 2015 +0100
docman: useless code
diff --git a/src/common/docman/views/listfile.php
b/src/common/docman/views/listfile.php
index 36b1744..bf8e124 100644
--- a/src/common/docman/views/listfile.php
+++ b/src/common/docman/views/listfile.php
@@ -72,9 +72,7 @@ $df->setDocGroupID($dirid);
//active, hidden & private state ids
$df->setStateID(array(1, 4, 5));
-$d_arr_active =& $df->getDocuments();
-if ($d_arr_active != NULL)
- $d_arr = $d_arr_active;
+$d_arr =& $df->getDocuments();
$nested_groups = $dgf->getNested();
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/views/listfile.php | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits