Changes between Initial Version and Version 1 of Ticket #2125


Ignore:
Timestamp:
Nov 8, 2021, 5:23:39 PM (4 years ago)
Author:
Torsten Riemer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2125

    • Property Milestonemodified-shop-2.0.6.1
    • Property Version2.0.6.0
  • Ticket #2125 – Description

    initial v1  
    22vornehmen.
    33Finde:
     4{{{
    45  function xtc_cfg_pull_down_country_list($country_id) {
    56    return xtc_draw_pull_down_menu('configuration_value', xtc_get_countries(), $country_id);
    67  }
    7 
     8}}}
    89ersetze
    9 
     10{{{
    1011  function xtc_cfg_pull_down_country_list($country_id, $key = '') {
    1112    $name = (($key) ? 'configuration['.$key.']' : 'configuration_value');
     
    1314    return xtc_draw_pull_down_menu($name, xtc_get_countries(), $country_id);
    1415  }
    15 
    16 
     16}}}
    1717Dieses Problem könnte auch in anderen Modulen auftreten.
    1818