[phplib] Another bug in table.inc From: Forrest J Cavalier III (forrest <email protected>)
Date: 06/05/01

7.2b table.inc table_heading_row()
    $this->table_row_open($row, $d, $class);

$row is not defined. The bug might not be
observable unless there is a derived class:
for table_row_open(), there is a comment:

#
# Arguments: $row - This variable is for derived classes that override
# this function that want access to the row number for
# the row about to be opened.
              

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>