Advertisement
Guest User

Untitled

a guest
Jun 13th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2. if (Configuration::updateValue('AV_GTC_CT_GT_DG_CT', $AV_GTC_CT)
  3. && Configuration::updateValue('AV_GTC_ST_CR_GP', $AV_GTC_ST)
  4. && Configuration::updateValue('AV_GTC_SD_NN_EA_AR_CN_AT_CT', $AV_GTC_SD)
  5. && Configuration::updateValue('AV_GTC_SD_NN_EA_AR_BK_CN', $AV_GTC_SD_NN_EA_AR_BK_CN)
  6. && Configuration::updateValue('AV_GTC_SW_GT_TO_CR_AT_BN_AT_OR_AS_PE', $AV_GTC_SW_GT_TO_CR_AT_BN_AT_OR)
  7. && Configuration::updateValue('AV_GTC_CN_CE_FR_LG_CR_CN', $AV_GTC_CN)
  8. ) {
  9. $output .= $this->displayConfirmation($this->l('Settings updated'));
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement