ensure that the indexed column is not an FK before deleting the index
[civicrm-core.git] / CRM / Core / PseudoConstant.php
index e69aaf048da1f5c6f3a6f531f80e1d55e92f4eb4..81bdb6f232eb264a21ebf2f532fa3a1b75c7a2b0 100644 (file)
@@ -192,6 +192,7 @@ class CRM_Core_PseudoConstant {
    * - onlyActive boolean return only the action option values
    * - fresh      boolean ignore cache entries and go back to DB
    * @param string $context : Context string
+   * @see CRM_Core_DAO::buildOptionsContext
    *
    * @return array|bool
    *   array on success, FALSE on error.