From: Michael J. Rubinsky Date: Tue, 4 Aug 2009 19:59:54 +0000 (-0400) Subject: Fix scope X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dfeaf77e324fae5471f0a14168df7250cc120e2a;p=horde.git Fix scope --- diff --git a/turba/lib/base.php b/turba/lib/base.php index eb378f257..47909166e 100644 --- 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 .= ''; $GLOBALS['browse_source_count']++;