Show
Ignore:
Timestamp:
02/04/2008 10:13:16 AM (11 months ago)
Author:
PugFish
Message:

A load more comments converted.
Fixed escaping error in fr_FR i18n file.
Fixed wrong closing tag in disabled error view.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Image.php

    r1884 r1911  
    33 * Manipulate images using standard methods such as resize, crop, rotate, etc. 
    44 * This class must be re-initialized for every image you wish to manipulate. 
    5  *  
     5 * 
    66 * $Id$ 
    77 * 
    88 * @package    Image 
    99 * @author     Kohana Team 
    10  * @copyright  (c) 2007 Kohana Team 
     10 * @copyright  (c) 2007-2008 Kohana Team 
    1111 * @license    http://kohanaphp.com/license.html 
    1212 */