diff --git a/2a_Modified_Core_Files/YOUR_ADMIN/packingslip.php b/2a_Modified_Core_Files/YOUR_ADMIN/packingslip.php index 1a153f3..3257de3 100644 --- a/2a_Modified_Core_Files/YOUR_ADMIN/packingslip.php +++ b/2a_Modified_Core_Files/YOUR_ADMIN/packingslip.php @@ -354,7 +354,7 @@ echo ' ' . "\n" . ' ' . zen_datetime_short($orders_history->fields['date_added']) . '' . "\n"; echo ' ' . $orders_status_array[$orders_history->fields['orders_status_id']] . '' . "\n"; - echo ' ' . ($orders_history->fields['comments'] == '' ? TEXT_NONE : nl2br(zen_db_output($orders_history->fields['comments']))) . ' ' . "\n" . + echo ' ' . ($orders_history->fields['comments'] == '' ? TEXT_NONE : nl2br(zen_db_output(stripslashes($orders_history->fields['comments'])))) . ' ' . "\n" . ' ' . "\n"; $orders_history->MoveNext(); @@ -408,4 +408,4 @@ - \ No newline at end of file + diff --git a/readme/super_orders_readme.html b/readme/super_orders_readme.html index 6a50920..12c8d7e 100644 --- a/readme/super_orders_readme.html +++ b/readme/super_orders_readme.html @@ -15,7 +15,7 @@ - Super Orders 4.0.10 + Super Orders 4.0.11 @@ -34,7 +34,7 @@
-

Super Orders 4.0.10

+

Super Orders 4.0.11

@@ -136,11 +136,11 @@

PURPOSE & AIM

Ready to get started? Just follow the installation instructions

- SUPER ORDERS v4.0.10 IS NOT COMPATIBLE WITH VERSIONS OF ZEN CART PRIOR TO ZEN + SUPER ORDERS v4.0.11 IS NOT COMPATIBLE WITH VERSIONS OF ZEN CART PRIOR TO ZEN CART 1.5.X!!

There will be NO SUPPORT PROVIDED for Zen Cart versions prior to v1.5 with - v4.0.10 of Super Orders.
+ v4.0.11 of Super Orders.
(if you are still running an older version of Zen Cart we strongly recommend that you upgrade as there have been many security enhancements made in Zen Cart v1.5.) @@ -1267,6 +1267,15 @@

CREDITS & HISTORY

Based on Super Orders 2.0 - By Frank Koehl - PM:
Change Log +

v4.0.11

+ +
    +
  • Removed extra slashes that appeared in packingslip.php's comments fields. + (This tends to happen on servers where the field isn't auto + escaped.) +
  • +
+

v4.0.10

    @@ -1762,4 +1771,4 @@

    LICENSE


- \ No newline at end of file +