Changes between Initial Version and Version 1 of Ticket #2125
- Timestamp:
- Nov 8, 2021, 5:23:39 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2125
- Property Milestone → modified-shop-2.0.6.1
- Property Version → 2.0.6.0
-
Ticket #2125 – Description
initial v1 2 2 vornehmen. 3 3 Finde: 4 {{{ 4 5 function xtc_cfg_pull_down_country_list($country_id) { 5 6 return xtc_draw_pull_down_menu('configuration_value', xtc_get_countries(), $country_id); 6 7 } 7 8 }}} 8 9 ersetze 9 10 {{{ 10 11 function xtc_cfg_pull_down_country_list($country_id, $key = '') { 11 12 $name = (($key) ? 'configuration['.$key.']' : 'configuration_value'); … … 13 14 return xtc_draw_pull_down_menu($name, xtc_get_countries(), $country_id); 14 15 } 15 16 16 }}} 17 17 Dieses Problem könnte auch in anderen Modulen auftreten. 18 18
