Bugs item #445387, was opened at 2001-07-28 11:29
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445387&group_id=31885
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Chris Johnson (chaska)
>Assigned to: Richard Archer (richardarcher)
Summary: Unset argument variables in table.inc
Initial Comment:
table.inc -- function show_table_page_rows() uses $key
and $val but does not set them:
$this->table_row($row, $key, $val, $class);
----------------------------------------------------------------------
>Comment By: Richard Archer (richardarcher)
Date: 2002-04-25 14:01
Message:
Logged In: YES
user_id=279311
Fixed, now uses $row and $ary[$row].
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445387&group_id=31885
|