|
From: Jon O. <jon...@us...> - 2007-07-25 23:14:32
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17838 Modified Files: functions.php Log Message: New Notification prefix Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** functions.php 9 Jul 2007 22:40:05 -0000 1.36 --- functions.php 25 Jul 2007 23:14:28 -0000 1.37 *************** *** 1176,1180 **** // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['PA_title']; $this->langs['notify_subject_new'] = $lang['PA_notify_subject_new']; --- 1176,1180 ---- // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['PA_prefix']; $this->langs['notify_subject_new'] = $lang['PA_notify_subject_new']; |