Changeset 8262

Show
Ignore:
Timestamp:
08/31/09 19:30:45 (4 years ago)
Author:
p_lindheimer
Message:

fixes #3841 add description field to indications.conf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/core/functions.inc.php

    r8256 r8262  
    48634863      if ($value['iso'] == $country) { 
    48644864         
     4865        fwrite($fd, "description = {$value['name']}\n"); 
    48654866        fwrite($fd, "{$value['conf']}\n\n"); 
    48664867      } 
  • modules/branches/2.6/core/module.xml

    r8261 r8262  
    1010  <canuninstall>no</canuninstall> 
    1111  <changelog> 
    12     *2.6.0beta2.2* #3722, #3848 
     12    *2.6.0beta2.2* #3722, #3848, #3841 
    1313    *2.6.0beta2.1* #3844 (revert #3423), #3846, #3849 
    1414    *2.6.0beta2.0* #3075, #3501, #3636, #3581, #3266, #3701, #3545, #3430, #3798, #3609, #3836