You are here

function webform_chart_update_7000 in Webform Chart 7

Same name and namespace in other branches
  1. 7.2 webform_chart.install \webform_chart_update_7000()

Install the database for the first time.

File

./webform_chart.install, line 54
webform_chart.install

Code

function webform_chart_update_7000() {
  webform_chart_install();
  return t('The update has correctly installed the database.');
}