Return status for saving which deleted an existing item.
File
- core/includes/common.inc, line 69
- Common functions that many Drupal modules will need to reference.
Code
const SAVED_DELETED = 3;
Return status for saving which deleted an existing item.
const SAVED_DELETED = 3;
Please login to continue.