From 71848746ba06480ed82811df2373faf75e6e563f Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 18 Aug 2011 15:14:39 +0000 Subject: tiny bug fixed in ['graphics_library'] parameter description git-svn-id: http://piwigo.org/svn/trunk@11965 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config_default.inc.php b/include/config_default.inc.php index f4cacc854..f15ed0fb1 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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'; -- cgit v1.2.3