Improvement changed comment

This commit is contained in:
Marco Antonio Nina
2014-06-26 15:43:07 -04:00
parent c418f8b793
commit 4f2bdc2c3f

View File

@@ -76,7 +76,7 @@ try {
$oProcess = new Process(); $oProcess = new Process();
$oProcessFieds = $oProcess->Load( $_SESSION['PROCESS'] ); $oProcessFieds = $oProcess->Load( $_SESSION['PROCESS'] );
#trigger debug routines... //trigger debug routines...
if (isset( $oProcessFieds['PRO_DEBUG'] ) && $oProcessFieds['PRO_DEBUG']) { if (isset( $oProcessFieds['PRO_DEBUG'] ) && $oProcessFieds['PRO_DEBUG']) {
$trigger_debug_session = true; $trigger_debug_session = true;
} }