[Phplib-trackers] [ phplib-Bugs-445391 ] bad function call in db_mysql.inc
Brought to you by:
nhruby,
richardarcher
From: <no...@so...> - 2001-08-13 22:54:49
|
Bugs item #445391, was opened at 2001-07-27 18:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445391&group_id=31885 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 1 Submitted By: Chris Johnson (chaska) >Assigned to: Richard Archer (richardarcher) Summary: bad function call in db_mysql.inc Initial Comment: db_mysql.inc -- seek() contains this line: $this->Row = $this->num_rows; There is a num_rows() function, but not a num_rows member variable. Maybe PHP calls the function even when there are no parens () ? Should be fixed anyway. ---------------------------------------------------------------------- >Comment By: Richard Archer (richardarcher) Date: 2001-08-13 15:54 Message: Logged In: YES user_id=279311 Fixed in -stable. Was already fixed in -devel. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=445391&group_id=31885 |