ars_DeleteEntry
Brought to you by:
jeffmurphy
|
From: Brad E. <bev...@fo...> - 1996-12-06 23:32:44
|
I'm having trouble getting ars_DeleteEntry to work. I'm logging into the server using a user with administrator privileges and I can successfully retrieve the entry id that meets my query requirements; however when I try to delete the entry using the following statement: ars_DeleteEntry($ctrl,$schema,$entry_id); where $schema and $entry_id are set earlier in the script, I'm getting the following error from $ars_errstr: Entry does not exist in database But it does! Has anyone else had this same kind of problem? |