|
From: Jon O. <jon...@us...> - 2007-07-25 23:12:40
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16671 Modified Files: functions.php Log Message: New Notification prefix Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions.php 12 Jul 2007 22:43:52 -0000 1.4 --- functions.php 25 Jul 2007 23:12:26 -0000 1.5 *************** *** 536,540 **** // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['bugsbt_title']; $this->langs['notify_subject_new'] = $lang['bugsbt_notify_subject_new']; --- 536,540 ---- // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['bugsbt_prefix']; $this->langs['notify_subject_new'] = $lang['bugsbt_notify_subject_new']; |