1 evalmath.inc | EvalMath::trigger($msg) |
File
- core/
includes/ evalmath.inc, line 356
Class
Code
function trigger($msg) {
$this->last_error = $msg;
if (!$this->suppress_errors) {
trigger_error($msg, E_USER_WARNING);
}
return false;
}