|
From: Jon O. <jon...@us...> - 2007-09-09 20:54:17
|
Update of /cvsroot/mxbb/mx_sitestats/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6139/includes Modified Files: common.php Log Message: for 2.9.x Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/includes/common.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** common.php 30 Jun 2006 12:42:41 -0000 1.8 --- common.php 9 Sep 2007 20:53:41 -0000 1.9 *************** *** 370,374 **** if ( $this->$mode < 0 ) { ! $this->$mode = mx_get_db_stat( $mode ); } return $this->$mode; --- 370,374 ---- if ( $this->$mode < 0 ) { ! $this->$mode = phpBB2::get_db_stat( $mode ); } return $this->$mode; |