|
From: Florin C B. <ory...@us...> - 2013-06-16 23:36:11
|
Update of /cvsroot/mxbb/core/includes/db In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3978/db Modified Files: mysqli.php Log Message: Index: mysqli.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/db/mysqli.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mysqli.php 16 Jun 2013 01:38:28 -0000 1.25 --- mysqli.php 16 Jun 2013 23:36:08 -0000 1.26 *************** *** 249,253 **** } ! return ($query_id) ? @mysqli_fetch_assoc($query_id) : false; } --- 249,253 ---- } ! return ($query_id) ? mysqli_fetch_assoc($query_id) : false; } |