From 077eacf3de0577099c002a326ae9bfcb28fabb22 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 20 Nov 2013 12:45:37 +0000 Subject: 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 --- include/functions_html.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/functions_html.inc.php') 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 -- cgit v1.2.3