Community Documentation

SAVED_UPDATED

  1. drupal
    1. 4.7 common.inc
    2. 5 common.inc
    3. 6 common.inc
    4. 7 common.inc
    5. 8 common.inc

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

<?php
define('SAVED_UPDATED', 2)
?>
Login or register to post comments