return (empty($errors) ? true : $errors);
}
- function other_method_available($currentmethod)
+ private function other_method_available($currentmethod)
{
$course = $this->_customdata['course'];
}
}
- function validate_aba($aba)
+ private function validate_aba($aba)
{
if (ereg("^[0-9]{9}$", $aba)) {
$n = 0;
return false;
}
- function validate_cc($Num, $Name = "n/a", $Exp = "")
+ private function validate_cc($Num, $Name = "n/a", $Exp = "")
{
// Check the expiration date first
if (strlen($Exp))