Last active
August 29, 2015 14:01
-
-
Save mkorostoff/107d814ba01b953f8dae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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