Update index.php

This commit is contained in:
Laurent Destailleur 2017-11-02 15:48:56 +01:00 committed by GitHub
parent 323a0d7d0d
commit 63a363080e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{