function responsive_background_install in Responsive Background Images 7
Implements hook_install().
File
- ./
responsive_background.install, line 14 - Responsive Background Install
Code
function responsive_background_install() {
// Make sure this module called last
// to override any form provided by other modules
//db_query("UPDATE {system} SET weight = 2070 WHERE name = 'responsive_background'");
}