[Phplib-trackers] [ phplib-Bugs-445388 ] Var name wrong in table.inc
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-04-25 04:03:10
|
Bugs item #445388, was opened at 2001-07-28 11:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445388&group_id=31885 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Chris Johnson (chaska) >Assigned to: Richard Archer (richardarcher) Summary: Var name wrong in table.inc Initial Comment: table.inc -- function show_table_heading_cells() has the line: $cell = 0; It should probably be $col = 0; (or the later line in the that function should be $cell++). Since table_heading_cell() doesn't use the first argument, it seems like there is no observable defect. table_heading_cell() should probably be corrected to eliminate the unused variable. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445388&group_id=31885 |