projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47f17a
)
need to load the device first
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 12 May 2010 16:40:42 +0000
(12:40 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 12 May 2010 16:40:42 +0000
(12:40 -0400)
horde/admin/activesync.php
patch
|
blob
|
history
diff --git
a/horde/admin/activesync.php
b/horde/admin/activesync.php
index
e57cf6d
..
e67e63a
100644
(file)
--- a/
horde/admin/activesync.php
+++ b/
horde/admin/activesync.php
@@
-51,6
+51,7
@@
foreach ($devices as $device) {
$users[] = $device['device_user'];
$tree->addNode($device['device_user'], 'root', $device['device_user'], 0, true, $user_node);
}
+ $stateMachine->loadDeviceInfo($device['device_id'], $device['device_user']);
$ts = new Horde_Date($stateMachine->getLastSyncTimestamp($device['device_id']));
$tree->addNode($device['device_id'],
$device['device_user'],