You are here

function rate_update_6001 in Rate 7

Same name and namespace in other branches
  1. 6.2 rate.install \rate_update_6001()

Update paths to JS and CSS files.

File

./rate.install, line 111
Installation/Uninstallation functions for rate module.

Code

function rate_update_6001() {
  _rate_update_templates_data();
  return array();
}