Patches item #503992, was opened at 2002-01-16 05:30
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403613&aid=503992&group_id=31885
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Fred Yankowski (fredy)
>Assigned to: Richard Archer (richardarcher)
Summary: fix show_table_cells() in table.inc
Initial Comment:
The show_table_cells() method in table.inc sets 'cell'
without using it, and uses 'col' not having set it.
The latter causes a warning.
This patch changes 'col' to 'cell'.
This patch should fix bug #445388.
----------------------------------------------------------------------
>Comment By: Richard Archer (richardarcher)
Date: 2002-04-25 15:05
Message:
Logged In: YES
user_id=279311
I already fixed this!
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403613&aid=503992&group_id=31885
|