From 8204d84ca501920c192297b5418939d3f3d106d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Wed, 17 Feb 2010 13:28:00 +0000 Subject: [PATCH] Enable proper 'refresh from server' again --- phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php b/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php index 89c2c0eac5..61e057ea3c 100644 --- a/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php +++ b/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php @@ -255,6 +255,7 @@ class Horde_SyncML_Command_Alert extends Horde_SyncML_Command { case ALERT_REFRESH_FROM_SERVER: $synctype = ALERT_REFRESH_FROM_SERVER; $response = $anchormatch ? RESPONSE_OK : RESPONSE_REFRESH_REQUIRED; + $anchormatch = false; break; case ALERT_RESUME: