parent
2f1edb4895
commit
9f33f00d35
|
@ -148,6 +148,8 @@ function _block_rehash() {
|
|||
|
||||
init_theme();
|
||||
|
||||
db_lock_table('blocks');
|
||||
|
||||
$result = db_query("SELECT * FROM {blocks} WHERE theme = '%s'", $theme_key);
|
||||
while ($old_block = db_fetch_object($result)) {
|
||||
$old_blocks[$old_block->module][$old_block->delta] = $old_block;
|
||||
|
@ -187,7 +189,6 @@ function _block_rehash() {
|
|||
}
|
||||
}
|
||||
|
||||
db_lock_table('blocks');
|
||||
// Remove all blocks from table.
|
||||
db_query("DELETE FROM {blocks} WHERE theme = '%s'", $theme_key);
|
||||
|
||||
|
|
Loading…
Reference in New Issue