summaryrefslogtreecommitdiff
path: root/ext/zip/examples/im.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/examples/im.php')
-rw-r--r--ext/zip/examples/im.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/examples/im.php b/ext/zip/examples/im.php
index efd025fd5..372143405 100644
--- a/ext/zip/examples/im.php
+++ b/ext/zip/examples/im.php
@@ -1,5 +1,5 @@
<?php
-/* $Id: im.php 260091 2008-05-21 09:27:41Z pajoye $ */
+/* $Id$ */
$im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif');
imagepng($im, 'a.png');