This is a property now.
authorJan Schneider <jan@horde.org>
Wed, 10 Nov 2010 18:43:57 +0000 (19:43 +0100)
committerJan Schneider <jan@horde.org>
Wed, 10 Nov 2010 18:43:57 +0000 (19:43 +0100)
framework/Icalendar/lib/Horde/Icalendar.php

index 1e4f2b3..4c323c8 100644 (file)
@@ -964,7 +964,7 @@ class Horde_Icalendar
                         $dates[] = $this->_exportDateTime($date);
                     }
                 }
-                $value = implode($this->isOldFormat() ? ';' : ',', $dates);
+                $value = implode($this->oldFormat ? ';' : ',', $dates);
                 break;
 
             case 'TRIGGER':