Ignore:
Timestamp:
Jun 18, 2009, 11:40:41 PM (15 years ago)
Author:
Criss
Message:

Check existence of function update_user_comment()

Location:
extensions/CommentEditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/CommentEditor/include/ce_common.inc.php

    r3434 r3436  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
    5 define('CE_VERSION',       '1.0.d');
     5define('CE_VERSION',       '1.0.e');
    66define('CE_INCLUDE_DIR',   'include/');
    77define('CE_CLASSES_DIR',   'classes/');
  • extensions/CommentEditor/main.inc.php

    r3434 r3436  
    33/*
    44 Plugin Name: Comment Editor
    5  Version: 1.0.d
     5 Version: 1.0.e
    66 Description: Allow to edit comment
    77 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=296
     
    1111
    1212/** History **
     13
     14    2009-06-18 1.0.e
     15                        Check existence of function update_user_comment()
    1316
    1417    2009-06-18 1.0.d
Note: See TracChangeset for help on using the changeset viewer.