|
From: Jim H. <jim...@us...> - 2005-08-19 09:51:53
|
Update of /cvsroot/pn-commerce/pn-commerce/pnlang/eng In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12614/pnlang/eng Modified Files: global.php Log Message: I added a missing define. I do not know if I have the exact wording for the define. Will whoever created the define please check this and correct my definition of it?? Index: global.php =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pnlang/eng/global.php,v retrieving revision 1.195 retrieving revision 1.196 diff -C2 -d -r1.195 -r1.196 *** global.php 22 Mar 2005 11:47:32 -0000 1.195 --- global.php 19 Aug 2005 09:51:43 -0000 1.196 *************** *** 35,38 **** --- 35,39 ---- //New + define("_PNC_VATINCLUDED", "VAT Included"); define("_PNC_INVALIDTEMPLATEFILE", "Template file does not exist or is not accessible"); define("_PNC_NEWTEMPLATEFILENAME", "Template filename"); |