projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09acfde
)
Backport from trunk: Fix logic: ensure that $z is set
author
Roland Mas
<lolando@debian.org>
Sat, 20 Mar 2010 21:27:16 +0000
(21:27 +0000)
committer
Roland Mas
<lolando@debian.org>
Sat, 20 Mar 2010 21:27:16 +0000
(21:27 +0000)
gforge/www/reporting/usersummary.php
patch
|
blob
|
history
diff --git
a/gforge/www/reporting/usersummary.php
b/gforge/www/reporting/usersummary.php
index f8a89b57b4d72af7bcb5be9ea187fbff34dfd8a4..ded4c8de603bba06261372242bdb0cbd65f6d129 100644
(file)
--- a/
gforge/www/reporting/usersummary.php
+++ b/
gforge/www/reporting/usersummary.php
@@
-40,8
+40,8
@@
$start = getIntFromRequest('start');
$end = getIntFromRequest('end');
$tstat = getStringFromRequest('tstat');
+$z =& $report->getWeekStartArr();
if (!$start) {
- $z =& $report->getWeekStartArr();
$start = $z[count($z)-1];
}
if (!$end) {