BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT

- Had not a Break for after derivation triggers.
- was add a break.
This commit is contained in:
Marco Antonio Nina
2012-08-22 17:52:25 -04:00
parent 1e13cc8909
commit d686763418

View File

@@ -166,7 +166,7 @@ try {
}
//Triggers After
if (isset($_SESSION['TRIGGER_DEBUG']['ISSET'])) {
if ($_SESSION['TRIGGER_DEBUG']['ISSET'] == 1 && $_SESSION['TRIGGER_DEBUG']['NUM_TRIGGERS'] > 0) {
if ($_SESSION['TRIGGER_DEBUG']['ISSET'] == 1 ) {
$oTemplatePower = new TemplatePower(PATH_TPL . 'cases/cases_Step.html');
$oTemplatePower->prepare();
$G_PUBLISH = new Publisher;