[PHP-DOC] cvs: phpdoc /it/functions url.xml From: Luca Perugini (l.perugini <email protected>)
Date: 07/11/00

perugini Tue Jul 11 17:46:39 2000 EDT

  Modified files:
    /phpdoc/it/functions url.xml
  Log:
  Update from english tree
  
  
Index: phpdoc/it/functions/url.xml
diff -u phpdoc/it/functions/url.xml:1.3 phpdoc/it/functions/url.xml:1.4
--- phpdoc/it/functions/url.xml:1.3 Sat Jun 24 00:38:44 2000
+++ phpdoc/it/functions/url.xml Tue Jul 11 17:46:39 2000
@@ -99,7 +99,7 @@
      <example>
       <title><function>Urldecode</function> example</title>
       <programlisting role="php">
-$a = split ('&', $querystring);
+$a = split ('&amp;', $querystring);
 $i = 0;
 while ($i &lt; count ($a)) {
     $b = split ('=', $a [$i]);