Re: "Show Paragraphs" screenshot on abiword.com (Was: Re: [owner-abiword-dev@abisource.com: BOUNCE abiword-dev@abisource.com:


Subject: Re: "Show Paragraphs" screenshot on abiword.com (Was: Re: [owner-abiword-dev@abisource.com: BOUNCE abiword-dev@abisource.com:
From: Tomas Frydrych (tomas@frydrych.uklinux.net)
Date: Sat Feb 24 2001 - 06:48:28 CST


> I was unable to get this to work. I removed the php from the opening
> tags, since nothing in the rest of the site uses it. But no matter
> what I try, either the function just gets included as straight text,
> or it prevents processing of the rest of the page, or the function is
> unimplemented.

The middle variant is likely the correct one, there appears to be a
typo in randpng.php:
        while (($file = readdir($dir))!==false)
should, I think, be
        while (($file = readdir($dir))!=false)

(php has === operator but not !==)
Tomas

*********************************************
tomas@frydrych.net / www.frydrych.net
PGP keys: http://www.frydrych.net/contact.html



This archive was generated by hypermail 2b25 : Sat Feb 24 2001 - 06:58:32 CST