You are here

function cdn_update_6202 in CDN 7.2

Same name and namespace in other branches
  1. 6.2 cdn.install \cdn_update_6202()

CDN must run after JavaScript aggregator (weight 9999) in fallback mode.

File

./cdn.install, line 242
Install, update and uninstall functions for the CDN module.

Code

function cdn_update_6202() {
  db_query("UPDATE {system} SET weight = 10000 WHERE name = 'cdn'");

  // update.php runs drupal_rebuild_theme_registry();
  return t('Ensured the CDN module runs after the JavaScript aggregator module.');
}