From 2a1e45c57fb0f78a18d41f12726d899fb4545075 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 16 Nov 2005 22:06:16 +0000 Subject: - bug 211 fixed : incoherent default maximum width for thumbnail creation and too vague label for maximum width & height in thumbnail creation screen. git-svn-id: http://piwigo.org/svn/trunk@937 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 3b48dc72a..3ad250a98 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -124,7 +124,7 @@ $conf['paginate_pages_around'] = 2; $conf['tn_width'] = 128; // tn_height : default height for thumbnails creation -$conf['tn_height'] = 96; +$conf['tn_height'] = 128; // show_version : shall the version of PhpWebGallery be displayed at the // bottom of each page ? -- cgit v1.2.3