Changeset 1251
- Timestamp:
- 02/02/06 05:59:54 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/extlib/rss_parse.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/extlib/rss_parse.inc
r1225 r1251 435 435 { 436 436 if ( $this->initem ) { 437 /*438 437 $real_element = ""; 439 438 … … 451 450 452 451 $this->concat($real_element, $text); 453 */454 $this->concat(455 $this->current_item[ $this->current_namespace ][ $el ], $text);456 452 } 457 453 elseif ($this->inchannel) {
