浏览代码

#266 OQL attributes changed into TEXT

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@864 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 年之前
父节点
当前提交
f6091f5f56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/attributedef.class.inc.php

+ 1 - 1
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";}
 }