Ignore:
Timestamp:
Jun 26, 2009, 4:42:49 PM (15 years ago)
Author:
Criss
Message:

Fix bug on administration page (text)

File:
1 edited

Legend:

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

    r3463 r3465  
    11<?php
    2 /* $Id: main.inc.php,v 1.13 2009/06/26 09:49:12 Criss Exp $ */
     2/* $Id: main.inc.php,v 1.15 2009/06/26 14:42:03 Criss Exp $ */
    33/*
    44 Plugin Name: Comment Editor
    5  Version: 1.0.h
     5 Version: 1.0.i
    66 Description: Allow to edit comment
    77 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=296
     
    1212/** History **
    1313
    14   2009-06-26 1.0.h
     14  2009-06-26 1.0.i
     15                    Fix bug on administration page (text)
     16
     17  2009-06-26 1.0.i
    1518                    Display edit block on picture page if request comes
    1619                    from this page
     
    4750if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    4851
    49 define('CE_VERSION',  '1.0.h');
     52define('CE_VERSION',  '1.0.i');
    5053define('CE_PATH',     PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/');
    5154define('CE_ROOT',     dirname(__FILE__).'/');
Note: See TracChangeset for help on using the changeset viewer.