x6Error
Saves an error to be sent to the browser. Once the complete JSON
call is returned to the browser, errors are displayed in an alert
and processing is stopped.
string $parm1 - the error to save
function x6Error($parm1) { return x4Error($parm1); }
function x4Error($parm1) {
$GLOBALS['AG']['x4']['error'][] = $parm1;
}
comments powered by Disqus