Skip to content
Snippets Groups Projects
Commit cfaba3f9 authored by Martin's avatar Martin
Browse files

$records_new needs to be a array not a string

parent a2d22c42
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ $records = $app->db->queryAllRecords($query);
$app->listform_actions->DataRowColor = '#FFFFFF';
// Re-form all result entries and add extra entries
$records_new = '';
$records_new = array();
if(is_array($records))
{
$app->listform_actions->idx_key = $app->listform->listDef["table_idx"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment