Ignore:
Timestamp:
Jan 26, 2011, 11:18:11 AM (13 years ago)
Author:
Gotcha
Message:

To remove the reference to the classification of version
bug:2132

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/maintain.inc.php

    r6547 r8909  
    1414  // Include language advices
    1515  load_language('plugin.lang', CF_PATH);
    16   if ($version != CF_VERSION) {
    17     array_push($errors, sprintf(l10n('cf_inconsistent_version'), $plugin_id));
    18     return;
    19   }
    2016  update_config($plugin_id, CF_CFG_DB_FACTORY);
    2117}
     
    3733  include_once(CF_PATH . 'include/cf_common.inc.php');
    3834  $clean = cf_clean_obsolete_files(CF_OBSOLETE);
    39   $cf_config_default[CF_CFG_VERSION] = CF_VERSION;
    4035  if (null != $db_comment) {
    4136    $cf_config_default[CF_CFG_COMMENT] = $db_comment;
Note: See TracChangeset for help on using the changeset viewer.