|
From: Jon O. <jon...@us...> - 2007-07-25 23:14:06
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17379 Modified Files: functions.php Log Message: New Notification prefix Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/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:40 -0000 1.18 --- functions.php 25 Jul 2007 23:13:51 -0000 1.19 *************** *** 769,773 **** // $this->langs['item_not_exist'] = $lang['Link_not_exist']; ! $this->langs['module_title'] = $lang['LinkDb_title']; $this->langs['notify_subject_new'] = $lang['LinkDb_notify_subject_new']; --- 769,773 ---- // $this->langs['item_not_exist'] = $lang['Link_not_exist']; ! $this->langs['module_title'] = $lang['LinkDb_prefix']; $this->langs['notify_subject_new'] = $lang['LinkDb_notify_subject_new']; |