function uc_csv_install in Ubercart CSV 6.2
implementation of hook_install()
File
- ./
uc_csv.install, line 80 - This defines our schema for the module
Code
function uc_csv_install() {
drupal_install_schema('uc_csv');
}
implementation of hook_install()
function uc_csv_install() {
drupal_install_schema('uc_csv');
}