Update of /cvsroot/openfirst/base/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15926/includes
Modified Files:
MySQLDataBase.php
Log Message:
Removed broken implementation of select()
Index: MySQLDataBase.php
===================================================================
RCS file: /cvsroot/openfirst/base/includes/MySQLDataBase.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MySQLDataBase.php 22 Nov 2005 03:32:42 -0000 1.4
--- MySQLDataBase.php 23 Nov 2005 20:27:14 -0000 1.5
***************
*** 198,202 ****
* $options does nothing, currently.
*/
! function select( $table, $vars, $conds='', $options = array() )
{
$vars = $this->quoteField( $vars );
--- 198,202 ----
* $options does nothing, currently.
*/
! /* function select( $table, $vars, $conds='', $options = array() )
{
$vars = $this->quoteField( $vars );
***************
*** 223,227 ****
}
return $this->query( $sql );
! }
/** UPDATE wrapper, takes a condition array and a SET array.
--- 223,227 ----
}
return $this->query( $sql );
! }*/
/** UPDATE wrapper, takes a condition array and a SET array.
|