|
From: FlorinCB <ory...@us...> - 2009-09-30 16:00:46
|
Update of /cvsroot/mxbb/mx_errordocs/includes In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26000 Modified Files: common.php Log Message: 1st time added Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_errordocs/includes/common.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** common.php 3 Jun 2008 20:07:37 -0000 1.8 --- common.php 30 Sep 2009 16:00:27 -0000 1.9 *************** *** 20,23 **** --- 20,25 ---- define('ERRORDOCS_LOG_TABLE', $mx_table_prefix.'errordocs_log'); + global $mx_user; + // // Base template |