function webform_chart_update_7001 in Webform Chart 7.2
Same name and namespace in other branches
- 7 webform_chart.install \webform_chart_update_7001()
Get ready for Webform Chart 7.x-1.0-rc3.
File
- ./
webform_chart.install, line 64 - webform_chart.install
Code
function webform_chart_update_7001() {
webform_chart_uninstall();
webform_chart_install();
return t('The update has correctly reset the webform chart configurations.');
}