Changeset 10564 for extensions/Mail_supervisor/main.inc.php
- Timestamp:
- Apr 22, 2011, 1:54:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Mail_supervisor/main.inc.php
r10419 r10564 28 28 include_once (PHPWG_ROOT_PATH.'include/functions_mail.inc.php' ); 29 29 include_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============================================================= 31 add_event_handler('loc_after_page_header', array(&$mail_supervisor,'init') ); 32 32 add_event_handler('loc_begin_page_tail', array(&$mail_supervisor,'affiche_message') ); 33 33
Note: See TracChangeset
for help on using the changeset viewer.