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/classes/ce_plugin.class.php

    r3462 r3473  
    11<?php
    2 /* $Id: ce_plugin.class.php,v 1.11 2009/06/26 09:17:01 Criss Exp $ */
     2/* $Id: ce_plugin.class.php,v 1.12 2009/06/29 11:43:18 Criss Exp $ */
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
     
    110110  function loc_begin_picture() {
    111111    $this->doAction();
     112  }
     113
     114  /* ************************ */
     115  /* ** Accessors          ** */
     116  /* ************************ */
     117
     118  function getVersion() {
     119    if (isset($this->config->config_values[CE_CFG_VERSION])) {
     120      return $this->config->config_values[CE_CFG_VERSION];
     121    }
     122    return CE_VERSION;
    112123  }
    113124
Note: See TracChangeset for help on using the changeset viewer.