Various settings for compatibility with MSSQL

This commit is contained in:
Hector Cortez
2010-12-23 23:26:41 +00:00
parent 39cf890746
commit 61f3d7518e

View File

@@ -94,7 +94,7 @@ class Derivation
$bContinue = true; $bContinue = true;
//evaluate the condition if there are conditions defined. //evaluate the condition if there are conditions defined.
if( isset( $aDerivation['ROU_CONDITION'] ) && $aDerivation['ROU_CONDITION'] != '' if( isset( $aDerivation['ROU_CONDITION'] ) && trim($aDerivation['ROU_CONDITION']) != ''
&& ( $aDerivation['ROU_TYPE'] != 'SELECT' || $aDerivation['ROU_TYPE'] == 'PARALLEL-BY-EVALUATION') ) { && ( $aDerivation['ROU_TYPE'] != 'SELECT' || $aDerivation['ROU_TYPE'] == 'PARALLEL-BY-EVALUATION') ) {
$AppFields = $this->case->loadCase( $aData['APP_UID'] ); $AppFields = $this->case->loadCase( $aData['APP_UID'] );
G::LoadClass('pmScript'); G::LoadClass('pmScript');