Merge remote-tracking branch 'upstream/4.3' into 4.3-4.4-2013-11-26-11-43-18
[civicrm-core.git] / CRM / Utils / Type.php
index eb5fe6ded9c0ddf7347f7b86e37e6f192406c0a2..68b0eed2d74f6df97144aed54380290d79cbcd66 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -190,6 +190,7 @@ class CRM_Utils_Type {
 
       case 'String':
       case 'Memo':
+      case 'Text':
         return CRM_Core_DAO::escapeString($data);
 
       case 'Date':