10
returning the block array is not necessary. I've already tried that and block['title'] is empty. Still i would have somehow to get the block title from the db if i want to change it. Returning true works for me.
even returning the block array,
since we create the array in the function we still have to set $block['title'].
i tried to just set $block['title'] = 'something'; and see what happens but still the block has the same title, the one i set in the system->blocks admin area.
I just need to get that name and set a new block name for this specific block!! Can't this be done??!!