Block does not show in admin list.
If you programatically create a block using hook_block_info(); it will not show in the admin list under the following circumstances
- If you set Status to true & you do not have Region set at all
One way to fix this is to separate status and region check in the _block_rehash() function
Patch to follow