mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Avoid array error
This commit is contained in:
@@ -45,7 +45,7 @@ function translate_array(&$a,$b)
|
|||||||
{
|
{
|
||||||
foreach ($a as &$row)
|
foreach ($a as &$row)
|
||||||
foreach($b as $el)
|
foreach($b as $el)
|
||||||
$row[$el] = T_($row[$el]);
|
if (isset($row[$el])) $row[$el] = T_($row[$el]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user