function remove_all_breaks(&$text){ global $GAS_setting; $text=str_replace($GAS_setting['page_break'],"",prep_for_breaks(&$text)); return $text; }