From c004bbdf4f0e824e5ccbaef8f98ca4a3d44d3b49 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 06:46:31 +0000 Subject: Changed SQLMap manual into a prado app. --- framework/DataAccess/SQLMap/Configuration/TSqlMapConditionalTag.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/DataAccess') diff --git a/framework/DataAccess/SQLMap/Configuration/TSqlMapConditionalTag.php b/framework/DataAccess/SQLMap/Configuration/TSqlMapConditionalTag.php index 114bd024..00f55e06 100644 --- a/framework/DataAccess/SQLMap/Configuration/TSqlMapConditionalTag.php +++ b/framework/DataAccess/SQLMap/Configuration/TSqlMapConditionalTag.php @@ -21,13 +21,13 @@ class TSqlMapConditionalTag extends TComponent ( 'isNull', 'isNotNull', 'isEmpty', 'isNotEmpty' - ) + ); public static $ParameterChecks = array ( 'isPropertyAvailable', 'isPropertyNotAvailable', 'isParameterPresent', 'isParameterNotPresent' - ) + ); private $_tagName; private $_prepend=''; @@ -67,7 +67,7 @@ class TSqlMapConditionalTag extends TComponent return $this->evaluateUnary($context, $value); else if(in_array($this->getTagName(), self::$ConditionalChecks)) { - $comparee = $this->getComparisonValue($parameter) + $comparee = $this->getComparisonValue($parameter); return $this->evaluateConditional($context, $value, $comparee); } else -- cgit v1.2.3