projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e78aa9
)
Fix scope
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 4 Aug 2009 19:59:54 +0000
(15:59 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 4 Aug 2009 19:59:54 +0000
(15:59 -0400)
turba/lib/base.php
patch
|
blob
|
history
diff --git
a/turba/lib/base.php
b/turba/lib/base.php
index
eb378f2
..
4790916
100644
(file)
--- a/
turba/lib/base.php
+++ b/
turba/lib/base.php
@@
-67,7
+67,7
@@
$GLOBALS['browse_source_count'] = 0;
foreach (Turba::getAddressBooks() as $key => $curSource) {
if (!empty($curSource['browse'])) {
$selected = ($key == $default_source) ? ' selected="selected"' : '';
- $
browse_source_options
.= '<option value="' . htmlspecialchars($key) . '" ' . $selected . '>' .
+ $
GLOBALS['browse_source_options']
.= '<option value="' . htmlspecialchars($key) . '" ' . $selected . '>' .
htmlspecialchars($curSource['title']) . '</option>';
$GLOBALS['browse_source_count']++;