Added ajax and some smaller fixes in sales module files
[fa-stable.git] / includes / ajax.inc
index 3ad2966e821ea4236ff6d2ae60b6119c4dd42217..c07bea6809e25896c0e194f12214d9fa55369b66 100644 (file)
@@ -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();
        }