function socialcalc_default_audit in Sheetnode 5
Same name and namespace in other branches
- 6 socialcalc.inc \socialcalc_default_audit()
- 7.2 socialcalc.inc \socialcalc_default_audit()
- 7 socialcalc.inc \socialcalc_default_audit()
1 call to socialcalc_default_audit()
- _sheetnode_phpexcel_import_do in modules/
sheetnode_phpexcel/ sheetnode_phpexcel.import.inc
File
- ./
socialcalc.inc, line 483 - SocialCalc manipulation functions Translated from socialcalc-3.js and companion files
Code
function socialcalc_default_audit($sheet) {
return '';
}