Development

Changeset 3813

You must first sign up to be able to contribute.

Changeset 3813

Show
Ignore:
Timestamp:
04/18/07 11:03:09 (6 years ago)
Author:
fabien
Message:

fixed coding standard

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfThumbnailPlugin/lib/sfThumbnail.class.php

    r2424 r3813  
    211211  * @throws Exception 
    212212  */ 
    213   function loadData ($image, $mime) 
     213  function loadData($image, $mime) 
    214214  { 
    215215    if (in_array($mime,$this->imgTypes)) 
     
    311311    if ($this->sourceWidth == $this->maxWidth && $this->sourceHeight == $this->maxHeight) 
    312312    { 
    313       $this->thumb= $this->source; 
     313      $this->thumb = $this->source; 
    314314    } 
    315315    else