[phpMP-CVS] CVS: phpMP/core/dba mysql.php,1.7,1.8
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-15 06:54:02
|
Update of /cvsroot/phpmp/phpMP/core/dba In directory sc8-pr-cvs1:/tmp/cvs-serv7074/core/dba Modified Files: mysql.php Log Message: A few more minor updates. Index: mysql.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/core/dba/mysql.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** mysql.php 15 Sep 2003 06:40:24 -0000 1.7 --- mysql.php 15 Sep 2003 06:53:55 -0000 1.8 *************** *** 54,58 **** { return false; - if(DEBUG_ON) { echo "Could not connect to database.<br>\n"; } } else --- 54,57 ---- *************** *** 67,71 **** } } - if(DEBUG_ON) { echo "Successfully connected to the DB.<br>\n"; } return $this->db_connection_id; } --- 66,69 ---- |