410a411,414
>             // Otherwise if the subject is still not there, attempt to find it in the blocks table
>             else if ($block->subject == '') {
>               $block->subject = db_result(db_query("SELECT title FROM {blocks} WHERE module = '%s' AND delta = '%s'", $block->module, $block->delta));
>             }
