mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-04 07:53:00 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user