Bug fix in DB IO for setting _db_error public
_db_error method was private, but was called in DB.Array.IO, so it had to be set public again. removed debug message from Form Generate class
This commit is contained in:
@@ -933,7 +933,6 @@
|
||||
// this one also allows @ and .
|
||||
case "alphanumericextended":
|
||||
//$this->debug('edit', 'IN Alphanumeric');
|
||||
$this->debug('REGEX CHECK', 'ANE: '.$this->table_array[$key]["value"]);
|
||||
if (!preg_match("/^[0-9A-Za-z_\-@\.]+$/", $this->table_array[$key]["value"]))
|
||||
$this->msg .= sprintf($this->l->__("Please enter a valid alphanumeric extended (Numbers, Letters, -, _, @ and . only, no spaces) value for the <b>%s</b> Field!<br>"), $this->table_array[$key]["output_name"]);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user