You are here

function phpexcel_update_7201 in PHPExcel 7.2

File

./phpexcel.install, line 7

Code

function phpexcel_update_7201() {
  drupal_set_message(t("All modules including the phpexcel/phpexcel.api.inc should be updated to include the new phpexcel/phpexcel.inc file instead. The modules will still work, but the file will be removed in the future."), 'warning');
}