Fix dup content issue when using {module}_mod_content hook.
Created by: dentm42
Sets $arr['content'] to '' before call to $module_mod_aftercontent hook - otherwise - $arr['content'] returned by $module_mod_content hook gets duplicated in the final page.