Esempio n. 1
0
 function remove()
 {
     $v = new voucher();
     $v->removevouchers($this->cid);
     $this->redirect = "index.php?option=com_caddy&action=vouchers&task=show&field={$this->field}&this->order={$order}&search={$this->search}";
     $this->message = JText::_('SC_VOUCHERSDELETED');
 }