projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831a8a6
)
Don't overwrite the syncml partners
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 29 Apr 2010 00:03:26 +0000
(20:03 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 29 Apr 2010 18:45:37 +0000
(14:45 -0400)
horde/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/horde/lib/Prefs/Ui.php
b/horde/lib/Prefs/Ui.php
index
fef4003
..
9b344bf
100644
(file)
--- a/
horde/lib/Prefs/Ui.php
+++ b/
horde/lib/Prefs/Ui.php
@@
-356,12
+356,12
@@
class Horde_Prefs_Ui
$t = $GLOBALS['injector']->createInstance('Horde_Template');
$t->setOption('gettext', true);
- $
device
s = array();
+ $
partner
s = array();
$selfurl = $ui->selfUrl()->add('deleteanchor', 1);
foreach ($devices as $device => $anchors) {
foreach ($anchors as $anchor) {
- $
device
s[] = array(
+ $
partner
s[] = array(
'anchor' => htmlspecialchars($anchor['syncml_clientanchor']),
'db' => htmlspecialchars($anchor['syncml_db']),
'delete' => $selfurl->copy()->add(array(