9 calls to variable_set()
Search API
- admin_apply_draft_changes_form_submit in modules/
admin/ admin.module - Handles the actual moving of draft courses into production.
- cron.php in ./
cron.php - The cron.php file for FlightPath, which should be run periodically.
- fp_token in includes/
misc.inc - Returns back the site's "token", which is a simply md5 of some randomness. It is used primarily with forms, to ensure against cross-site forgeries. The site's token gets saved to the variables table, for later use. The idea is…
- system_enable in modules/
system/ system.install - Implementation of hook_enable.
- system_handle_form_submit in modules/
system/ system.module - Intercepts form submissions from forms built with the form API.
- system_perform_run_cron in modules/
system/ system.module - Called from menu, will run hook_cron() for all modules.
- system_rebuild_css_js_query_string in modules/
system/ system.module - This function will recreate the dummy query string we add to the end of css and js files.
- tinymce_install in modules/
tinymce/ tinymce.install - Implementation of hook_install
- update_status_perform_check in modules/
update_status/ update_status.module - This function actually performs the update status check with getflightpath.com