keep full string to parse Freq

master
Tanguy Pruvot 2010-10-29 12:13:16 +02:00
rodzic 3d4447fffb
commit d36357770c
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,8 @@
*/
class SG_iCal_Recurrence {
public $rrule;
protected $freq;
protected $until;
@ -59,6 +61,7 @@ class SG_iCal_Recurrence {
//split up the properties
$recurProperties = explode(';', $line);
$recur = array();
$this->rrule = $line;
//loop through the properties in the line and set their associated
//member variables