*** empty log message ***

git-svn-id: http://piwigo.org/svn/trunk@14 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-05-18 21:42:32 +00:00
parent 2c2af65b6a
commit aac81a8a38
10 changed files with 335 additions and 397 deletions
+2 -2
View File
@@ -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 ) )
{