|
From: Jon O. <jon...@us...> - 2007-07-25 23:13:27
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17211 Modified Files: functions.php Log Message: New Notification prefix Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/functions.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** functions.php 9 Jul 2007 22:38:12 -0000 1.18 --- functions.php 25 Jul 2007 23:13:07 -0000 1.19 *************** *** 950,954 **** // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['KB_title']; $this->langs['notify_subject_new'] = $lang['KB_notify_subject_new']; --- 950,954 ---- // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['KB_prefix']; $this->langs['notify_subject_new'] = $lang['KB_notify_subject_new']; |