- drupal
Return status for saving which involved an update to an existing item.
File
- includes/
common.inc, line 19 - Common functions that many Drupal modules will need to reference.
Code
define('SAVED_UPDATED', 2)
Login or register to post commentsReturn status for saving which involved an update to an existing item.
define('SAVED_UPDATED', 2)
Login or register to post comments