tiny bug fixed in ['graphics_library'] parameter description

git-svn-id: http://piwigo.org/svn/trunk@11965 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2011-08-18 15:14:39 +00:00
parent 25522edae8
commit 71848746ba
+1 -1
View File
@@ -314,7 +314,7 @@ $conf['insensitive_case_logon'] = false;
$conf['uniqueness_mode'] = 'md5sum';
// Library used for image resizing. Value could be 'auto', 'imagick',
// 'ext_imagick or 'gd'. If value is 'auto', library will be choosen in this
// 'ext_imagick' or 'gd'. If value is 'auto', library will be choosen in this
// order. If choosen library is not available, another one will be picked up.
$conf['graphics_library'] = 'auto';