You are here

function entity_update_7002 in Entity API 7

Clear caches and rebuild registry.

File

./entity.install, line 42
Install file for the entity API.

Code

function entity_update_7002() {

  // Do nothing, update.php clears cache for us in case there is an update.
}