aliases trigger_event() in trigger_change() and trigger_action() in trigger_notify()

complete removal for 2.7 or 2.8

git-svn-id: http://piwigo.org/svn/trunk@25602 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2013-11-20 12:45:37 +00:00
parent e5ed169950
commit 077eacf3de
3 changed files with 35 additions and 12 deletions
+4 -4
View File
@@ -335,7 +335,7 @@ function access_denied()
/**
* Exits the current script with 403 code.
* TODO : nice display if $template loaded
* @todo nice display if $template loaded
*
* @param string $msg
* @param string|null $alternate_url redirect to this url
@@ -354,7 +354,7 @@ function page_forbidden($msg, $alternate_url=null)
/**
* Exits the current script with 400 code.
* TODO : nice display if $template loaded
* @todo nice display if $template loaded
*
* @param string $msg
* @param string|null $alternate_url redirect to this url
@@ -373,7 +373,7 @@ function bad_request($msg, $alternate_url=null)
/**
* Exits the current script with 404 code.
* TODO : nice display if $template loaded
* @todo nice display if $template loaded
*
* @param string $msg
* @param string|null $alternate_url redirect to this url
@@ -392,7 +392,7 @@ function page_not_found($msg, $alternate_url=null)
/**
* Exits the current script with 500 code.
* TODO : nice display if $template loaded
* @todo nice display if $template loaded
*
* @param string $msg
* @param string|null $title