function uc_restrict_qty_update_6200 in Ubercart Restrict Qty 6.2
Implementation of hook_update_N().
If updating from an earlier version than 6.x-2.0, the database needs to be installed.
File
- ./
uc_restrict_qty.install, line 92 - uc_restrict_qty module install file.
Code
function uc_restrict_qty_update_6200() {
$ret = array();
uc_restrict_qty_install();
return $ret;
}