|
From: FlorinCB <ory...@us...> - 2008-06-17 15:54:57
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31216 Modified Files: mx_functions_tools.php Log Message: make_clickable -> mx_make_clickable Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mx_functions_tools.php 16 Jun 2008 08:30:26 -0000 1.31 --- mx_functions_tools.php 17 Jun 2008 15:54:53 -0000 1.32 *************** *** 415,419 **** } ! $text = make_clickable($text); if( $this->smilies_on ) --- 415,419 ---- } ! $text = mx_make_clickable($text); if( $this->smilies_on ) |