[eluser]Bionicjoe[/eluser]
This is the update statement sent to the DB.
Code:
UPDATE `outage` SET
`outageid` = '2',
`ticketnumber` = 'INC000000000002',
`servicename` = Array, <-- Problem
`location` = Array, <-- Problem
`impact` = '5000',
`starttime` = '',
`endtime` = '',
`summary` = 'Sample Ticket 2',
`details` = 'Some details ...'
WHERE `outageid` = '2'
That WHERE at the end is not needed.