ensure that the indexed column is not an FK before deleting the index
[civicrm-core.git] / CRM / Core / PseudoConstant.php
index fa4234ad1a882ef787973c231eec578be26cf1e3..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.
@@ -579,7 +580,6 @@ class CRM_Core_PseudoConstant {
    * Flush given pseudoconstant so it can be reread from db.
    * nex time it's requested.
    *
-   *
    * @param bool|string $name pseudoconstant to be flushed
    */
   public static function flush($name = 'cache') {