You are here

function uc_attribute_update_dependencies in Ubercart 7.3

Implements hook_update_dependencies().

File

uc_attribute/uc_attribute.install, line 442
Install, update and uninstall functions for the uc_attribute module.

Code

function uc_attribute_update_dependencies() {
  $dependencies['uc_attribute'][7000] = array(
    'filter' => 7005,
  );
  return $dependencies;
}