diff options
author | mistic100 <mistic@piwigo.org> | 2013-11-20 12:45:37 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-11-20 12:45:37 +0000 |
commit | 077eacf3de0577099c002a326ae9bfcb28fabb22 (patch) | |
tree | d34b41cd8eb1eea8f7a1d950649ea83e1b657835 /include/functions_html.inc.php | |
parent | e5ed169950821600f222d71f79656afb3fca143d (diff) |
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
Diffstat (limited to 'include/functions_html.inc.php')
-rw-r--r-- | include/functions_html.inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index c0a2225be..12670c20f 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -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 |