Ignore:
Timestamp:
Oct 9, 2007, 1:46:09 AM (17 years ago)
Author:
rvelices
Message:
  • some code refactoring before upgrade to utf (only cosmetic at this point...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/c13y_upgrade/initialize.inc.php

    r2115 r2126  
    3434function c13y_upgrade($c13y_array)
    3535{
    36   global $lang, $conf;
     36  global $conf;
    3737
    38   include(get_language_filepath('plugin.lang.php', dirname(__FILE__).'/'));
    39  
     38  load_language('plugin.lang', dirname(__FILE__).'/');
     39
    4040  $result = array();
    4141
     
    6262  if (count($result) === 0)
    6363  {
    64     $deactivate_msg_link = 
     64    $deactivate_msg_link =
    6565      '<a href="'.
    6666      PHPWG_ROOT_PATH.
Note: See TracChangeset for help on using the changeset viewer.