From eab30f77e49d71c37657f91eb2298a5603969e38 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 14 Sep 2010 08:44:36 +0000 Subject: [PATCH] #266 OQL attributes changed into TEXT SVN:trunk[864] --- core/attributedef.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index b77887581..acdad362b 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -1009,7 +1009,7 @@ class AttributeIPAddress extends AttributeString * * @package iTopORM */ -class AttributeOQL extends AttributeString +class AttributeOQL extends AttributeText { public function GetTypeDesc() {return "OQL expression";} }