[phpMP-CVS] CVS: phpMP/dba mysql.dba,1.15,1.16
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-07-27 12:16:03
|
Update of /cvsroot/phpmp/phpMP/dba In directory usw-pr-cvs1:/tmp/cvs-serv9208/dba Modified Files: mysql.dba Log Message: Fixed things related to session problems. A new session will now be created when logging in. Index: mysql.dba =================================================================== RCS file: /cvsroot/phpmp/phpMP/dba/mysql.dba,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** mysql.dba 27 Jul 2002 10:44:08 -0000 1.15 --- mysql.dba 27 Jul 2002 12:16:00 -0000 1.16 *************** *** 150,154 **** } ! function result($result, $row, $field='') { if($this->identLink == 0) { $db = $this->connect(); --- 150,154 ---- } ! function result($result, $row=0, $field='') { if($this->identLink == 0) { $db = $this->connect(); |