|
From: Patrick C. <pco...@us...> - 2005-08-20 13:00:56
|
Update of /cvsroot/pn-commerce/pn-commerce In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30067 Modified Files: pninit.php Log Message: parse error fixed in line 603 Index: pninit.php =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pninit.php,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** pninit.php 8 Aug 2005 19:39:12 -0000 1.85 --- pninit.php 20 Aug 2005 13:00:48 -0000 1.86 *************** *** 601,605 **** case '0.95': pnModSetVar ('pncommerce', 'VatIncluded', 'off'); ! } } pnModSetVar( 'pncommerce', 'Version', '0.95' ); --- 601,605 ---- case '0.95': pnModSetVar ('pncommerce', 'VatIncluded', 'off'); ! } pnModSetVar( 'pncommerce', 'Version', '0.95' ); *************** *** 808,810 **** return true; } ! ?> --- 808,810 ---- return true; } ! ?> \ No newline at end of file |