projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3450b9
)
Parse error: add missing ']'.
author
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:09:22 +0000
(09:09 -0400)
committer
Matt Selsky
<selsky@columbia.edu>
Tue, 23 Jun 2009 13:09:22 +0000
(09:09 -0400)
folks/scripts/popularity.php
patch
|
blob
|
history
diff --git
a/folks/scripts/popularity.php
b/folks/scripts/popularity.php
index
f16b855
..
67a3a16
100644
(file)
--- a/
folks/scripts/popularity.php
+++ b/
folks/scripts/popularity.php
@@
-83,7
+83,7
@@
foreach ($apps as $app => $defs) {
$cli->fatal($row2);
}
- @$users[$row[1] += $row2[0] * $defs['modify'];
+ @$users[$row[1]
]
+= $row2[0] * $defs['modify'];
$total += $row2[0] * $defs['modify'];
}
}