Changes between Initial Version and Version 4 of Ticket #1683
- Timestamp:
- Sep 27, 2019, 8:57:09 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1683
- Property Resolution → worksforme
- Property Status new → closed
- Property Milestone → modified-shop-2.0.5.0
-
Ticket #1683 – Description
initial v4 1 1 In Datei shoproot/includes/modules/set_account_type.php findet sich ab Zeile 14: 2 2 3 {{{ 3 4 $account_type_query = xtc_db_query("-- /includes/application_top.php 4 5 SELECT account_type, … … 6 7 FROM ".TABLE_CUSTOMERS." 7 8 WHERE customers_id = '".(int) $_SESSION['customer_id']."'"); 9 }}} 8 10 9 11 sowie ab Zeile 23: 10 12 13 {{{ 11 14 $zone_query = xtc_db_query("-- /includes/application_top.php 12 15 SELECT entry_country_id … … 14 17 WHERE customers_id='".(int) $_SESSION['customer_id']."' 15 18 AND address_book_id='".$account_type['customers_default_address_id']."'"); 16 19 }}} 17 20 18 21 Der String "-- /includes/application_top.php" sollte aus den SQL-Befehlen entfernt werden und jeder Befehl mit dem Schlüsselwort "SELECT" in der jeweils nächsten Zeile beginnen.
