Ignore:
Timestamp:
May 29, 2013, 6:54:11 PM (11 years ago)
Author:
Chillexistence
Message:

Adding language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Crop_Image/crop.class.php

    r22848 r22939  
    22/*
    33Plugin Name: Crop Image
    4 Version: 2.5.c
     4Version: 2.5.d
    55Description: Enables to Crop Images already uploaded to the gallery, basic functionality.  Tested with v2.5.1, v2.4.6
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=700
     
    3232      'height'=> $height,
    3333      'crop' => array(
    34         'width' => $width,//$x2-$x,
    35         'height' => $height,//$y2-$y,
     34        'width' => $width,
     35        'height' => $height,
    3636        'x' => $x,
    3737        'y' => $y,
Note: See TracChangeset for help on using the changeset viewer.