@@ 193-199 (lines=7) @@ | ||
190 | ||
191 | // if we're in the default namespace of an RSS feed, |
|
192 | // record textinput or image fields |
|
193 | elseif ( |
|
194 | $this->feed_type == RSS and |
|
195 | $this->current_namespace == '' and |
|
196 | $el == 'textinput' ) |
|
197 | { |
|
198 | $this->intextinput = true; |
|
199 | } |
|
200 | ||
201 | elseif ( |
|
202 | $this->feed_type == RSS and |
|
@@ 280-283 (lines=4) @@ | ||
277 | $this->current_item = array(); |
|
278 | $this->initem = false; |
|
279 | } |
|
280 | elseif ($this->feed_type == RSS and $this->current_namespace == '' and $el == 'textinput' ) |
|
281 | { |
|
282 | $this->intextinput = false; |
|
283 | } |
|
284 | elseif ($this->feed_type == RSS and $this->current_namespace == '' and $el == 'image' ) |
|
285 | { |
|
286 | $this->inimage = false; |