Ignore:
Timestamp:
Nov 20, 2013, 1:45:37 PM (10 years ago)
Author:
mistic100
Message:

aliases trigger_event() in trigger_change() and trigger_action() in trigger_notify()
complete removal for 2.7 or 2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r25548 r25602  
    336336/**
    337337 * Exits the current script with 403 code.
    338  * TODO : nice display if $template loaded
     338 * @todo nice display if $template loaded
    339339 *
    340340 * @param string $msg
     
    355355/**
    356356 * Exits the current script with 400 code.
    357  * TODO : nice display if $template loaded
     357 * @todo nice display if $template loaded
    358358 *
    359359 * @param string $msg
     
    374374/**
    375375 * Exits the current script with 404 code.
    376  * TODO : nice display if $template loaded
     376 * @todo nice display if $template loaded
    377377 *
    378378 * @param string $msg
     
    393393/**
    394394 * Exits the current script with 500 code.
    395  * TODO : nice display if $template loaded
     395 * @todo nice display if $template loaded
    396396 *
    397397 * @param string $msg
Note: See TracChangeset for help on using the changeset viewer.