Merge pull request #7608 from colemanw/CRM-16353
[civicrm-core.git] / CRM / Custom / Page / AJAX.php
index 4885b1f17d3bf9b97d759b6d1325920e2db9af95..bdf0ec3d50f586ea9b36498ac6fc2bcade9b8e85 100644 (file)
  * This class contains the functions that are called using AJAX (jQuery)
  */
 class CRM_Custom_Page_AJAX {
+
   /**
-   * Get list of options.
-   *
+   * This function uses the deprecated v1 datatable api and needs updating. See CRM-16353.
+   * @deprecated
    */
   public static function getOptionList() {
     $params = $_REQUEST;