[Phplib-trackers] [ phplib-Patches-503992 ] fix show_table_cells() in table.inc
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2002-01-15 18:31:00
|
Patches item #503992, was opened at 2002-01-15 10:30 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=503992&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Fred Yankowski (fredy) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=503992&group_id=31885 |