|
From: Jon O. <jon...@us...> - 2007-08-05 22:07:31
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24384 Modified Files: common.php Log Message: Fix for autogenerated comments Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** common.php 25 Jul 2007 23:11:43 -0000 1.66 --- common.php 5 Aug 2007 22:07:26 -0000 1.67 *************** *** 237,241 **** define('PORTAL_URL', $portal_config['portal_url']); define('PORTAL_VERSION', $portal_config['portal_version']); - echo('a'.var_export($portal_config)); // --- 237,240 ---- |