Hi,
I'm playing with brand new 2.02 and trying to do :
$this->MergeField('job',$this->data);
|
$this->data is an object with the fields of a db row (created with
$this->data = $this->get_row($sql);
)
works fine if the field has a value, but if it's null, tbs displays the field name instead…
What's wrong ?
thx by advance.