--- shib_auth.install 2009-12-01 13:19:21.467389800 -0800 +++ shib_auth.install 2009-12-01 13:15:45.045514800 -0800 @@ -19,7 +19,7 @@ function shib_auth_install() { // Delete block from database for version changes $block_query = db_query("SELECT * FROM {blocks} WHERE module = 'shib_auth'"); if (!db_fetch_object($block_query)) { - db_query("INSERT INTO {blocks} (visibility, pages, custom, title, module, theme, status, weight, delta, cache, region) VALUES(%d, '%s', %d, '%s', '%s', '%s', %d, %d, '%s', %d, '%s')", 0, '', 0, '', 'shib_auth', $theme->name, TRUE, 0, 0, BLOCK_NO_CACHE, 'left'); + db_query("INSERT INTO {blocks} (visibility, pages, custom, title, module, theme, status, weight, delta, cache, region) VALUES(%d, '%s', %d, '%s', '%s', '%s', %d, %d, '%s', %d, '%s')", 0, '', 0, '', 'shib_auth', $theme->name, TRUE, -20, 0, BLOCK_NO_CACHE, 'left'); } } }