You are here

function viewfield_update_6002 in Viewfield 6.2

Same name and namespace in other branches
  1. 6 viewfield.install \viewfield_update_6002()

Moved to update_6004() because update_6001() was fixed as update_6003().

File

./viewfield.install, line 96
Installation functions.

Code

function viewfield_update_6002() {
  $ret = array();
  return $ret;
}