You are here

function services_update_6002 in Services 6

Same name and namespace in other branches
  1. 6.3 services.install \services_update_6002()
  2. 6.2 services.install \services_update_6002()
  3. 7 services.install \services_update_6002()

File

./services.install, line 130
@author Services Dev Team

Code

function services_update_6002() {
  $update = array();
  return $update;
}