function socialcalc_default_audit in Sheetnode 7.2
Same name and namespace in other branches
- 5 socialcalc.inc \socialcalc_default_audit()
- 6 socialcalc.inc \socialcalc_default_audit()
- 7 socialcalc.inc \socialcalc_default_audit()
7 calls to socialcalc_default_audit()
- sheetnode_html_import in modules/
sheetnode_html/ sheetnode_html.module - API function to import a URL.
- sheetnode_plugin_style::render_sheet in views/
sheetnode_plugin_style.inc - Render views plugin style.
- sheetnode_text_import in modules/
sheetnode_text/ sheetnode_text.module - API function to import a URL.
- socialcalc_parse in ./
socialcalc.inc - socialcalc_parse_csv in ./
socialcalc.inc
File
- ./
socialcalc.inc, line 654 - SocialCalc manipulation functions.
Code
function socialcalc_default_audit($sheet = array()) {
return '';
}