Changeset 19986


Ignore:
Timestamp:
Jan 8, 2013, 12:01:54 PM (11 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix warning

Location:
extensions/Autosize
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/autosize.inc.php

    r19859 r19986  
    10541054static public function Get_Size($Img_Select){
    10551055      global  $max_crop;
    1056              $imgWH  =  $Img_Select->get_size();         
    1057             $img_type  =  $Img_Select->get_type();         
     1056            $imgWH  =  $Img_Select->get_size();   
     1057            $img_type  =  $Img_Select->get_type();     
     1058            if( $img_type =="Original")  return ;
    10581059              $smaller = ImageStdParams::get_by_type($img_type);   
    10591060              $max_crop=0;
  • extensions/Autosize/main.inc.php

    r19844 r19986  
    22/*
    33Plugin Name: AutoSize
    4 Version: 3.0.4
     4Version: 3.0.8
    55Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448
Note: See TracChangeset for help on using the changeset viewer.