|
From: Jon O. <jon...@us...> - 2006-08-04 16:33:18
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27083/includes Modified Files: mx_functions_tools.php Log Message: updated some tools... Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_functions_tools.php 1 Aug 2006 21:06:13 -0000 1.6 --- mx_functions_tools.php 4 Aug 2006 16:33:12 -0000 1.7 *************** *** 1586,1591 **** var $auto_message_update = ''; // for auto generated messages - - /** * this will be replaced by the loaded module. --- 1586,1589 ---- *************** *** 1682,1686 **** if ( $this->to_id == $this->from_id ) { ! //continue; } --- 1680,1684 ---- if ( $this->to_id == $this->from_id ) { ! continue; } |