Index: trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | $text .= '|' . ($i + 1) . '='; |
55 | 55 | while ( ($object = $field->getNextObject()) !== false ) { |
56 | 56 | if ($object->getTypeID() == '_dat') { |
57 | | - $test .= SRFCalendar::formatDateStr($object); |
| 57 | + $text .= SRFCalendar::formatDateStr($object); |
58 | 58 | } elseif ($object->getTypeID() == '_wpg') { // use shorter "LongText" for wikipage |
59 | 59 | $text .= $object->getLongText($outputmode, NULL); |
60 | 60 | } else { |