From 2eca26b97c277250f7848eba852605c8460edbca Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 21 Jul 2014 21:00:17 +0000 Subject: bug 3101: Allow multi language tags to be recognized from selectize or metadata sync git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tools/triggers_list.php') diff --git a/tools/triggers_list.php b/tools/triggers_list.php index 406f5e697..b94ca18ab 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -227,10 +227,17 @@ array( array( 'name' => 'get_tag_alt_names', 'type' => 'trigger_change', - 'vars' => array('array', null, 'array', 'raw_name'), + 'vars' => array('array', null, 'string', 'raw_name'), 'files' => array('admin\tags.php', 'admin\include\functions.php (get_taglist)'), 'infos' => 'New in 2.4', ), +array( + 'name' => 'get_tag_name_like_where', + 'type' => 'trigger_change', + 'vars' => array('array', null, 'string', 'tag_name'), + 'files' => array('admin\include\functions.php (tag_id_from_tag_name)'), + 'infos' => 'New in 2.7', +), array( 'name' => 'get_webmaster_mail_address', 'type' => 'trigger_change', -- cgit v1.2.3