Update index.php
This commit is contained in:
parent
323a0d7d0d
commit
63a363080e
@ -488,7 +488,7 @@ if (! empty($actioncode))
|
|||||||
{
|
{
|
||||||
if (is_array($actioncode))
|
if (is_array($actioncode))
|
||||||
{
|
{
|
||||||
$sql.=" AND ca.code IN ('".implode("','", $TActionCode)."')";
|
$sql.=" AND ca.code IN ('".implode("','", $actioncode)."')";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user