function uc_restrict_qty_install in Ubercart Restrict Qty 6.2
Implementation of hook_install().
Inserts the uc_restrict_qty module's schema in the SQL database.
1 call to uc_restrict_qty_install()
- uc_restrict_qty_update_6200 in ./
uc_restrict_qty.install - Implementation of hook_update_N().
File
- ./
uc_restrict_qty.install, line 73 - uc_restrict_qty module install file.
Code
function uc_restrict_qty_install() {
drupal_install_schema('uc_restrict_qty');
}