You are here

function cdn_update_7200 in CDN 7.2

Fallback mode is not needed in Drupal 7, hence also no more need for an altered module weight.

File

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

Code

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