Return status for saving which involved creating a new item.
File
- core/includes/common.inc, line 59
- Common functions that many Drupal modules will need to reference.
Code
const SAVED_NEW = 1;
Return status for saving which involved creating a new item.
const SAVED_NEW = 1;
Please login to continue.