Doh!  Sorry about that.  It was a quick change and I didn't even do a 'make
test'.  I already knew that.. just left my brain at home today.

Daniel

----- Original Message -----
From: "Egon Schmid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 02, 2001 2:44 PM
Subject: [PHP-DOC] cvs: phpdoc /en/functions array.xml


> eschmid Mon Jul  2 15:44:45 2001 EDT
>
>   Modified files:
>     /phpdoc/en/functions array.xml
>   Log:
>   Never use a < character in examples or ordinary text.
>
>
> Index: phpdoc/en/functions/array.xml
> diff -u phpdoc/en/functions/array.xml:1.73
phpdoc/en/functions/array.xml:1.74
> --- phpdoc/en/functions/array.xml:1.73 Mon Jul  2 12:52:10 2001
> +++ phpdoc/en/functions/array.xml Mon Jul  2 15:44:44 2001
> @@ -3062,7 +3062,7 @@
>        <programlisting role="php">
>  function cmp ($a, $b) {
>      if ($a == $b) return 0;
> -    return ($a < $b) ? -1 : 1;
> +    return ($a &lt; $b) ? -1 : 1;
>  }
>
>  $a = array (3, 2, 5, 6, 1);
>
>
>

Reply via email to