X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fajax.inc;h=c07bea6809e25896c0e194f12214d9fa55369b66;hb=6918bb5a9e5505ebdeb1abd93127a68db5ece8b6;hp=3ad2966e821ea4236ff6d2ae60b6119c4dd42217;hpb=c935a4090e3f152dd5549217d69b5b5036197024;p=fa-stable.git diff --git a/includes/ajax.inc b/includes/ajax.inc index 3ad2966e..c07bea68 100644 --- a/includes/ajax.inc +++ b/includes/ajax.inc @@ -118,7 +118,8 @@ class Ajax extends JsHttpRequest { break; } } -// display_error(htmlentities(print_r($this->aCommands, true))); +// display_error('Activate:'.htmlentities(print_r($this->triggers, true))); +// display_error('Commands :'.htmlentities(print_r($this->aCommands, true))); $GLOBALS['_RESULT'] = $this->aCommands; // exit(); }