Fix parse error.
authorJan Schneider <jan@horde.org>
Sun, 3 Oct 2010 18:28:13 +0000 (20:28 +0200)
committerJan Schneider <jan@horde.org>
Sun, 3 Oct 2010 18:28:22 +0000 (20:28 +0200)
turba/lib/Driver.php

index 7e23be2..0c9c345 100644 (file)
@@ -2380,7 +2380,7 @@ class Turba_Driver implements Countable
                 break;
 
             case 'spouse':
-                $message->spouse = $value);
+                $message->spouse = $value;
                 break;
             case 'notes':
                 /* Assume no truncation - AS server will truncate as needed */