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 8d43661a67bb812e9a0308021ede534521735c5e (commit)
from cfc06aa4470616edc5cec3269edb1744368aea22 (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=8d43661a67bb812e9a0308021ede534521735c5e
commit 8d43661a67bb812e9a0308021ede534521735c5e
Author: Franck Villaume <[email protected]>
Date: Sun Nov 1 19:33:36 2015 +0100
clean-up: remove useless var
diff --git a/src/common/tracker/actions/browse.php
b/src/common/tracker/actions/browse.php
index 60f998f..548d890 100644
--- a/src/common/tracker/actions/browse.php
+++ b/src/common/tracker/actions/browse.php
@@ -108,10 +108,9 @@ if (!isset($_sort_col)) {
$_sort_col = 'priority';
$_sort_ord = 'DESC';
}
-$offset = getStringFromRequest('offset');
+
$_sort_col = getStringFromRequest('_sort_col',$_sort_col);
$_sort_ord = getStringFromRequest('_sort_ord',$_sort_ord);
-$max_rows = getIntFromRequest('max_rows', 25);
$set = getStringFromRequest('set');
$_assigned_to = getIntFromRequest('_assigned_to');
$_status = getIntFromRequest('_status');
@@ -142,7 +141,7 @@ if (is_array($_extra_fields)){
}
}
-$af->setup($offset,$_sort_col,$_sort_ord,$paging,$set,$_assigned_to,$_status,$aux_extra_fields);
+$af->setup($start,$_sort_col,$_sort_ord,$paging,$set,$_assigned_to,$_status,$aux_extra_fields);
//
// These vals are sanitized and/or retrieved from ArtifactFactory stored
settings
//
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/browse.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits