26.02.2017, 10:12
Change this
into
Third parameter must be an array/string.
Code:
cache_get_field_content(i, "id", SprayTags[extraid][i][_spSQLID] = strval(result));
Code:
cache_get_field_content(i, "id", result); SprayTags[extraid][i][_spSQLID] = strval(result);