projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d80ab2
)
This isn't used anywhere
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 20 Jan 2010 23:39:14 +0000
(18:39 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 21 Jan 2010 17:57:39 +0000
(12:57 -0500)
turba/lib/Driver.php
patch
|
blob
|
history
diff --git
a/turba/lib/Driver.php
b/turba/lib/Driver.php
index
f72a565
..
aa9317e
100644
(file)
--- a/
turba/lib/Driver.php
+++ b/
turba/lib/Driver.php
@@
-958,7
+958,6
@@
class Turba_Driver
$vcard = new Horde_iCalendar_vcard($version);
$formattedname = false;
$charset = $version == '2.1' ? array('CHARSET' => Horde_Nls::getCharset()) : array();
- $geo = null;
foreach ($hash as $key => $val) {
if ($skipEmpty && !strlen($val)) {