[geeklog-cvs] geeklog-1.3/system lib-database.php,1.32,1.33

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Nov 20 12:55:09 EST 2004


Update of /var/cvs/geeklog-1.3/system
In directory www:/tmp/cvs-serv23838

Modified Files:
	lib-database.php 
Log Message:
Fixed comments for the DB_result() and dbResult() functions (bug #320)


Index: lib-database.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/lib-database.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** lib-database.php	3 Sep 2004 19:59:56 -0000	1.32
--- lib-database.php	20 Nov 2004 17:55:07 -0000	1.33
***************
*** 317,328 ****
  
  /**
! * Retrieves the number of rows in a recordset
  *
! * This returns the number of rows in a recordset...is this even used?
  *
! * @param        object      $recordset      The recordset to operate one
  * @param        int         $row            row to get data from
  * @param        string      $field          field to return
! * @return       int         Returns number of rows in a recordset
  *
  */
--- 317,328 ----
  
  /**
! * Retrieves the contents of a field
  *
! * This returns the contents of a field from a result set
  *
! * @param        object      $recordset      The recordset to operate on
  * @param        int         $row            row to get data from
  * @param        string      $field          field to return
! * @return       (depends on the contents of the field)
  *
  */




More information about the geeklog-cvs mailing list