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/notification.php

    r26461 r28587  
    5757check_status(ACCESS_GUEST);
    5858
    59 trigger_action('loc_begin_notification');
     59trigger_notify('loc_begin_notification');
    6060
    6161// +-----------------------------------------------------------------------+
     
    115115// +-----------------------------------------------------------------------+
    116116include(PHPWG_ROOT_PATH.'include/page_header.php');
    117 trigger_action('loc_end_notification');
     117trigger_notify('loc_end_notification');
    118118flush_page_messages();
    119119$template->pparse('notification');
Note: See TracChangeset for help on using the changeset viewer.