Changeset 5700 for trunk/wp-app.php
- Timestamp:
- 06/14/2007 02:25:30 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-app.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r5547 r5700 110 110 while(!feof($fp)) { 111 111 $line = fgets($fp, 4096); 112 112 113 113 if($app_logging) $contents .= $line; 114 114 … … 163 163 array_push($this->in_content, ">"); 164 164 } 165 165 166 166 array_push($this->in_content, "<". $this->ns_to_prefix($name) ."{$xmlns_str}{$attrs_str}"); 167 167 } else if(in_array($tag, $this->ATOM_CONTENT_ELEMENTS) || in_array($tag, $this->ATOM_SIMPLE_ELEMENTS)) {
Note: See TracChangeset
for help on using the changeset viewer.