logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[TEP-COMMIT] CVS: catalog/catalog/includes/languages/english/modules/paymen: msg#00067

Subject: [TEP-COMMIT] CVS: catalog/catalog/includes/languages/english/modules/payment moneyorder.php,1.5,1.6
Update of 
/cvsroot/tep/catalog/catalog/includes/languages/english/modules/payment
In directory sc8-pr-cvs1:/tmp/cvs-serv23097/english/modules/payment

Modified Files:
        moneyorder.php 
Log Message:
Fix Bug 914 - had missing ; after &nbsp


Index: moneyorder.php
===================================================================
RCS file: 
/cvsroot/tep/catalog/catalog/includes/languages/english/modules/payment/moneyorder.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- moneyorder.php      16 Jan 2003 20:13:10 -0000      1.5
+++ moneyorder.php      24 Jan 2003 21:36:04 -0000      1.6
@@ -11,6 +11,6 @@
 */
 
   define('MODULE_PAYMENT_MONEYORDER_TEXT_TITLE', 'Check/Money Order');
-  define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Make Payable To:&nbsp' 
. MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Send To:<br>' . 
nl2br(STORE_NAME_ADDRESS) . '<br><br>' . 'Your order will not ship until we 
receive payment.');
+  define('MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION', 'Make Payable 
To:&nbsp;' . MODULE_PAYMENT_MONEYORDER_PAYTO . '<br><br>Send To:<br>' . 
nl2br(STORE_NAME_ADDRESS) . '<br><br>' . 'Your order will not ship until we 
receive payment.');
   define('MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER', "Make Payable To: ". 
MODULE_PAYMENT_MONEYORDER_PAYTO . "\n\nSend To:\n" . STORE_NAME_ADDRESS . 
"\n\n" . 'Your order will not ship until we receive payment.');
 ?>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com


<Prev in Thread] Current Thread [Next in Thread>