[geeklog-cvs] geeklog-1.3/system/databases mysql.class.php,1.18,1.19

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


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

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


Index: mysql.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/databases/mysql.class.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** mysql.class.php	13 Jul 2004 19:00:03 -0000	1.18
--- mysql.class.php	20 Nov 2004 17:55:07 -0000	1.19
***************
*** 548,559 ****
  
      /**
!     * Retrieves the number of rows in a recordset
!     *
!     * This returns the number of rows in a recordset
      *
!     * @param    object      $recordset      The recordset to operate one
      * @param    int         $row            row to get data from
      * @param    string      $field          field to return
!     * @return   int
      *
      */
--- 548,557 ----
  
      /**
!     * Returns the contents of one cell from a MySQL 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 field content)
      *
      */




More information about the geeklog-cvs mailing list