Ignore:
Timestamp:
Apr 22, 2011, 1:54:04 PM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor fix bug in design

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/main.inc.php

    r10419 r10564  
    2828include_once (PHPWG_ROOT_PATH.'include/functions_mail.inc.php' );
    2929include_once (MAIL_SUPERV_PATH.'include/fonctions.php');
    30 //===============loc_begin_index==============loc_after_page_header=============================================================
    31 add_event_handler('loc_begin_page_header',  array(&$mail_supervisor,'init')  );
     30//===============loc_begin_index====loc_begin_page_header==========loc_after_page_header=============================================================
     31add_event_handler('loc_after_page_header',  array(&$mail_supervisor,'init')  );
    3232add_event_handler('loc_begin_page_tail',  array(&$mail_supervisor,'affiche_message')  );
    3333
Note: See TracChangeset for help on using the changeset viewer.