Ignore:
Timestamp:
Jun 29, 2009, 1:55:17 PM (15 years ago)
Author:
Criss
Message:

Add obsolete files management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/main.inc.php

    r3465 r3473  
    11<?php
    2 /* $Id: main.inc.php,v 1.15 2009/06/26 14:42:03 Criss Exp $ */
     2/* $Id: main.inc.php,v 1.17 2009/06/29 11:51:59 Criss Exp $ */
    33/*
    44 Plugin Name: Comment Editor
    5  Version: 1.0.i
     5 Version: 1.0.j
    66 Description: Allow to edit comment
    77 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=296
     
    1111
    1212/** History **
     13  2009-06-29 1.0.j
     14                    Add obsolete files management
     15                    Add italian language (thanks to Rio)
    1316
    1417  2009-06-26 1.0.i
     
    5053if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    5154
    52 define('CE_VERSION',  '1.0.i');
    5355define('CE_PATH',     PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/');
    5456define('CE_ROOT',     dirname(__FILE__).'/');
Note: See TracChangeset for help on using the changeset viewer.