|
From: Jon O. <jon...@us...> - 2007-08-05 22:07:33
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24384/includes Modified Files: mx_functions_tools.php Log Message: Fix for autogenerated comments Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mx_functions_tools.php 11 May 2007 21:09:18 -0000 1.13 --- mx_functions_tools.php 5 Aug 2007 22:07:27 -0000 1.14 *************** *** 2053,2056 **** --- 2053,2057 ---- { case MX_NEW_NOTIFICATION: + $this->topic_title = $this->langs['module_title'] . ' - ' . $this->data['item_title']; $this->subject = $this->langs['module_title'] . ' - ' . $this->langs['notify_subject_new']; $this->message = $this->langs['notify_new_body'] . "\n\n" . $this->auto_message; |