Changeset 21238
- Timestamp:
- 08/18/09 22:29:45 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/branches/2.0-experimental/lib/output/LimeOutputXml.php
r21230 r21238 30 30 } 31 31 32 public function close( $file)32 public function close() 33 33 { 34 return $this->output->close( $file);34 return $this->output->close(); 35 35 } 36 36