You are here

function uc_credit_update_6000 in Ubercart 6.2

File

payment/uc_credit/uc_credit.install, line 16
Install file for the credit module... this is mostly legacy code now.

Code

function uc_credit_update_6000() {
  $ret = array();
  db_drop_table($ret, 'uc_payment_credit');
  return $ret;
}