goba Fri Feb 15 06:14:58 2002 EDT
Modified files:
/phpdoc/hu/functions zip.xml
Log:
Things changed mainly because whitespace and methodsyn, so only
the CDATA need to be added, and I can bump up the revision
Index: phpdoc/hu/functions/zip.xml
diff -u phpdoc/hu/functions/zip.xml:1.7 phpdoc/hu/functions/zip.xml:1.8
--- phpdoc/hu/functions/zip.xml:1.7 Sat Feb 2 10:41:28 2002
+++ phpdoc/hu/functions/zip.xml Fri Feb 15 06:14:58 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.13 Maintainer: goba Status: ready -->
+<!-- EN-Revision: 1.17 Maintainer: goba Status: ready -->
<!-- CREDITS: acsontos -->
<reference id="ref.zip">
@@ -43,7 +43,8 @@
<example>
<title>Példaprogram</title>
<programlisting role="php">
-<?php
+<![CDATA[
+<?php
$zip = zip_open("/tmp/test2.zip");
@@ -69,7 +70,8 @@
}
-?>
+?>
+]]>
</programlisting>
</example>
<para>