Merge pull request #5101 from agh1/context-abbrev
[civicrm-core.git] / CRM / Core / DAO.php
index d4edfff9b30ac3979129907a564c442ca4f8294d..f551fb448c926205269ee427e5308ece3c125323 100644 (file)
@@ -2208,6 +2208,7 @@ SELECT contact_id
       'create' => "Options are filtered appropriately for the object being created/updated. Labels are translated.",
       'search' => "Searchable options are returned. Labels are translated.",
       'validate' => "All options are returned, even if they are disabled. Machine names are used in place of labels.",
+      'abbreviate' => "Active options are returned, and labels are replaced with abbreviations.",
     );
     // Validation: enforce uniformity of this param
     if ($context !== NULL && !isset($contexts[$context])) {