[geeklog-cvs] geeklog-1.3/system lib-database.php,1.25,1.26

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sat Jul 5 06:19:11 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/system
In directory internal.geeklog.net:/tmp/cvs-serv26379

Modified Files:
	lib-database.php 
Log Message:
Description of function DB_count() was wrong ...


Index: lib-database.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/lib-database.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** lib-database.php	5 May 2003 16:52:35 -0000	1.25
--- lib-database.php	5 Jul 2003 10:19:09 -0000	1.26
***************
*** 267,275 ****
  
  /**
! * Changes records in a table
  *
! * This will change the data in the given table that meet the 
! * given criteria and will redirect user to another page if 
! * told to do so
  *
  * @param        string              $table      Table to perform count on
--- 267,274 ----
  
  /**
! * Count records in a table
  *
! * This will return the number of records which meet the given criteria in the
! * given table.
  *
  * @param        string              $table      Table to perform count on





More information about the geeklog-cvs mailing list