projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b404c75
)
Fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 12 Apr 2010 23:39:54 +0000
(19:39 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 12 Apr 2010 23:39:54 +0000
(19:39 -0400)
gollem/lib/Application.php
patch
|
blob
|
history
diff --git
a/gollem/lib/Application.php
b/gollem/lib/Application.php
index
7a2d18a
..
96bfda7
100644
(file)
--- a/
gollem/lib/Application.php
+++ b/
gollem/lib/Application.php
@@
-131,7
+131,7
@@
class Gollem_Application extends Horde_Registry_Application
foreach ($GLOBALS['gollem_backends'] as $source => $info) {
$selected = $unselected = array();
$selected_list = isset($cols[$source])
- ? array_flip($cols[$source])
:
+ ? array_flip($cols[$source])
: array();
foreach ($info['attributes'] as $column) {