From aac81a8a382f7ec527e22d6dee959400d77e1a21 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 18 May 2003 21:42:32 +0000 Subject: *** empty log message *** git-svn-id: http://piwigo.org/svn/trunk@14 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/include/functions.php') diff --git a/admin/include/functions.php b/admin/include/functions.php index 0828f0e06..ee7068c18 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -15,11 +15,11 @@ * * ***************************************************************************/ -$tab_ext_create_TN = array ( 'jpg', 'png' ); +$tab_ext_create_TN = array ( 'jpg', 'png', 'JPG', 'PNG' ); function is_image( $filename, $create_thumbnail = false ) { - global $conf; + global $conf, $tab_ext_create_TN; if ( is_file ( $filename ) ) { -- cgit v1.2.3