Changeset 11965

Show
Ignore:
Timestamp:
08/18/11 17:14:39 (21 months ago)
Author:
plg
Message:

tiny bug fixed in graphics_library parameter description

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r11893 r11965  
    315315 
    316316// Library used for image resizing. Value could be 'auto', 'imagick', 
    317 // 'ext_imagick or 'gd'. If value is 'auto', library will be choosen in this 
     317// 'ext_imagick' or 'gd'. If value is 'auto', library will be choosen in this 
    318318// order. If choosen library is not available, another one will be picked up. 
    319319$conf['graphics_library'] = 'auto';