[pmwiki-users] code bug in pmwiki.php? (Was: Gemini skin - problem with two actions)

Hans design at flutesong.net
Thu Mar 17 02:44:35 CST 2005


Thursday, March 17, 2005, 8:11:23 AM, Hans wrote:
> In function FormatTableRow($x) pmwiki.php line 803 it reads:

>     for ($colspan=1;$i+$colspancount($td);$colspan++)

> should this read:

>    for ($colspan=1;$i+$colspan<count($td);$colspan++)

sorry this seems to be a false alarm.
The code in the distribution reads as the second quote.
But in Dreamweaver for some mystical reasons it reads like the first
quote.

Moral:
Don't use Dreamweaver to read or edit pmwiki.php.
Strange things will happen if you do!

Best, 
~Hans                           




More information about the pmwiki-users mailing list