Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r26461 r28587  
    3131check_status(ACCESS_FREE);
    3232
    33 trigger_action('loc_begin_identification');
     33trigger_notify('loc_begin_identification');
    3434
    3535//-------------------------------------------------------------- identification
     
    107107//----------------------------------------------------------- html code display
    108108include(PHPWG_ROOT_PATH.'include/page_header.php');
    109 trigger_action('loc_end_identification');
     109trigger_notify('loc_end_identification');
    110110flush_page_messages();
    111111$template->pparse('identification');
Note: See TracChangeset for help on using the changeset viewer.