7 calls to fp_reduce_whitespace()

advise_popup_display_summary in modules/advise/advise.history.inc
Displays the printable advising summary.
AdvisingScreen::display_popup_substitute in classes/AdvisingScreen.php
This is used to display the substitution popup to a user, to let them actually make a substitution.
fp_get_js_alert_link in includes/misc.inc
Creates a javascript "alert" link, which tells the user some message with javascript alert().
fp_get_js_confirm_link in includes/misc.inc
Creates a javascript "confirm" link, so when clicked it asks the user a question, then proceeds if they select OK. The main reason I want to do this is so I can pass the $question through my t() function. (do it when you call this function)
fp_get_js_prompt_link in includes/misc.inc
Creates a javascript "prompt" link, which will ask the user a question.
prereqs_edit_course_form_submit in modules/prereqs/prereqs.module
Our submit handler.
prereqs_get_prereq_array_from_string in modules/prereqs/prereqs.module
Assumes prereqs are written in this format: ACCT 101 (C) & ACCT 103 ACCT 102 (B)