|
From: FlorinCB <ory...@us...> - 2009-07-11 03:22:13
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23243/mx_pafiledb/pafiledb/includes Modified Files: pafiledb_constants.php Log Message: some fixes not commited Index: pafiledb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/pafiledb_constants.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** pafiledb_constants.php 3 Jun 2008 20:17:07 -0000 1.25 --- pafiledb_constants.php 11 Jul 2009 03:22:06 -0000 1.26 *************** *** 88,91 **** --- 88,92 ---- { $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + if (is_object($mx_page)) { |