You are here

function viewfield_update_6002 in Viewfield 6

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

Placeholder for update in 6.x-2.x.

File

./viewfield.install, line 96
Installation functions.

Code

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