02-16-2019, 11:09 PM
I am attempting to delete a record from the database using the function delete.
I have the ID of the record, but when it runs, I get the following error:
ERROR: No array in actID=EDL006
The delete function is simply: delete($table, $where)
Which is what I am passing to it, but I get the error above.
Any suggestions? Am I am passing the wrong information?
Thanks for any assistance.
Rob
I have the ID of the record, but when it runs, I get the following error:
ERROR: No array in actID=EDL006
The delete function is simply: delete($table, $where)
Which is what I am passing to it, but I get the error above.
Any suggestions? Am I am passing the wrong information?
Thanks for any assistance.
Rob