From 63a363080e9966415934ba8e13e93acd868f0822 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 2 Nov 2017 15:48:56 +0100 Subject: [PATCH] Update index.php --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 87f0e2e6ccb..e2bb57c3ce4 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -488,7 +488,7 @@ if (! empty($actioncode)) { if (is_array($actioncode)) { - $sql.=" AND ca.code IN ('".implode("','", $TActionCode)."')"; + $sql.=" AND ca.code IN ('".implode("','", $actioncode)."')"; } else {