Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Last active August 29, 2015 14:01
Show Gist options
  • Save mkorostoff/107d814ba01b953f8dae to your computer and use it in GitHub Desktop.
Save mkorostoff/107d814ba01b953f8dae to your computer and use it in GitHub Desktop.
<?php
function gfc_customers_update_7001() {
//Move the scoreboard to the scoreboard region
db_update('block')
->fields(array(
'weight' => 2,
'region' => 'scoreboard_only',
))
->condition('module', 'views')
->condition('delta', 'gfc_tours-ticker_content')
->condition('theme', 'golfchannel_v2_theme')
->execute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment