You are here

function autosave_nodeapi_OLD in Autosave 7

Implements hook_nodeapi(). ().

Delete autosave table entry on successful submit (add or update) of node

File

./autosave.module, line 227
Does background saves of node being edited.

Code

function autosave_nodeapi_OLD(&$node, $op, $a3 = NULL, $a4 = NULL) {
}