Boofo
03-28-2004, 08:03 AM
Could someone please tell me how I would combine these two statements into one and still have them do what they would individually?
'signature' => iif($bbuserinfo['signature'] !== '', true)
and
'signature' => iif($bbuserinfo[fieldXX] == 1, false, true),
'signature' => iif($bbuserinfo['signature'] !== '', true)
and
'signature' => iif($bbuserinfo[fieldXX] == 1, false, true),