|
From: Jon O. <jon...@us...> - 2007-07-12 22:44:33
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27179/bugsbt/admin Modified Files: admin_cat_manage.php Log Message: O yea, finally commenting is activated Also, a bunch of general updates/fixes Index: admin_cat_manage.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/admin/admin_cat_manage.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_cat_manage.php 5 May 2007 20:18:02 -0000 1.3 --- admin_cat_manage.php 12 Jul 2007 22:43:51 -0000 1.4 *************** *** 841,844 **** --- 841,847 ---- 'L_CREATE_CAT' => $lang['Create_cat'], + 'L_CREATE_PRODUCT' => $lang['Create_product'], + 'L_CREATE_EDITION' => $lang['Create_edition'], + 'L_CREATE_BUILD' => $lang['Create_build'], 'L_CREATE' => $lang['Create'], 'L_CATEGORY' => $lang['Bug_category'], |