function socialcalc_default_audit in Sheetnode 6
Same name and namespace in other branches
- 5 socialcalc.inc \socialcalc_default_audit()
- 7.2 socialcalc.inc \socialcalc_default_audit()
- 7 socialcalc.inc \socialcalc_default_audit()
8 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 - sheetnode_text_import in modules/
sheetnode_text/ sheetnode_text.module - API function to import a URL.
- sheetnode_update_6002 in ./
sheetnode.install - Implementation of hook_update_N().
- socialcalc_parse in ./
socialcalc.inc
File
- ./
socialcalc.inc, line 533 - SocialCalc manipulation functions Translated from socialcalc-3.js and companion files
Code
function socialcalc_default_audit($sheet = array()) {
return '';
}