From: x at xebu dot org
Operating system: Linux
PHP version: 4CVS-2003-02-20 (stable)
PHP Bug Type: Documentation problem
Bug description: small correction in pres2 for table in plainhtml
In fact may not be a bug.
To use plainhtml output in pres2 w/ php 4.1.2 i've done those changes (see
below) to have tables w/multiple columns.
(I know, 4.1.2 is far from the highest php. But the pres2 is from the
php4CVS of yesterday evening. You do as you wish)
in objects.php:
1818c1818
< $i = 1;
---
> $i = 0;
1820c1820
< if(!($i % $this->columns)) {
---
> if(($i % $this->columns)==0) {
1826c1826
< if(($i % $this->columns)==0) {
---
> if(($i % $this->columns)!=0) {
--
Edit bug report at http://bugs.php.net/?id=22334&edit=1
--
Try a CVS snapshot: http://bugs.php.net/fix.php?id=22334&r=trysnapshot
Fixed in CVS: http://bugs.php.net/fix.php?id=22334&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=22334&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=22334&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=22334&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=22334&r=support
Expected behavior: http://bugs.php.net/fix.php?id=22334&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=22334&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=22334&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=22334&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22334&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=22334&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=22334&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=22334&r=gnused
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php