This topic is locked
[SOLVED]

 Unset question

2/22/2012 2:42:02 PM
PHPRunner General questions
W
wildwally author

When using unset($values['field']); is this required for how many times it has been set? Or do you unset the alias?
Getting error that more than one field is in result column.

Sergey Kornilov admin 2/22/2012

You need to unset calculated fields and fields from joined tables - in other words unset those fields that cannot be updated.

W
wildwally author 2/22/2012

EDIT***Disregard I read it closer the answer is there.
Thanks