Ignore:
Timestamp:
Oct 16, 2009, 3:00:03 PM (15 years ago)
Author:
cljosse
Message:

[mail_supervisor] bug in traduction files (next)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/include/fonctions.php

    r4052 r4053  
    3232include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
    3333include_once(PHPWG_ROOT_PATH.'include/functions.inc.php');
     34
     35global $lang ;
     36
    3437include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    3538
    3639include_once (MAIL_SUPERV_PATH.'include/function_test_send.php');
    3740
     41
     42
     43
     44global $period_search,$period_match,$lang ;
     45
     46
    3847 load_language('plugin.lang', MAIL_SUPERV_PATH);
    39 
    40 global $period_search,$period_match ;
    41 
    42 
    43 
    4448        $period_search=array("D","H","M","S","W");
    4549        array_push($period_search,l10n('Week'),l10n('Day'),l10n('Hour'),l10n('Minute'),l10n('Seconde'));
Note: See TracChangeset for help on using the changeset viewer.