projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559f05c
)
Fix link generation.
author
Jan Schneider
<jan@horde.org>
Sat, 7 Nov 2009 18:52:44 +0000
(19:52 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 9 Nov 2009 16:08:18 +0000
(17:08 +0100)
turba/lib/Driver.php
patch
|
blob
|
history
diff --git
a/turba/lib/Driver.php
b/turba/lib/Driver.php
index
4e08213
..
662b60e
100644
(file)
--- a/
turba/lib/Driver.php
+++ b/
turba/lib/Driver.php
@@
-641,7
+641,7
@@
class Turba_Driver
'recurrence' => array('type' => 5,
'interval' => 1),
'params' => array('source' => $this->name, 'key' => $key),
- 'link' => Horde_Util::addParameter(Horde::applicationUrl('contact.php', true), array('source' => $this->name, 'key' => $key)));
+ 'link' => Horde_Util::addParameter(Horde::applicationUrl('contact.php', true), array('source' => $this->name, 'key' => $key)
, null, false
));
}
return $t_objects;