diff options
Diffstat (limited to 'ext/zip/examples/odt.php')
-rw-r--r-- | ext/zip/examples/odt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/examples/odt.php b/ext/zip/examples/odt.php index c829f12343..195c781e33 100644 --- a/ext/zip/examples/odt.php +++ b/ext/zip/examples/odt.php @@ -1,5 +1,5 @@ <?php -/* $Id$ */ + $reader = new XMLReader(); $reader->open('zip://' . dirname(__FILE__) . '/test.odt#meta.xml'); |