function socialcalc_parse_audit in Sheetnode 7
Same name and namespace in other branches
- 5 socialcalc.inc \socialcalc_parse_audit()
- 6 socialcalc.inc \socialcalc_parse_audit()
- 7.2 socialcalc.inc \socialcalc_parse_audit()
File
- ./
socialcalc.inc, line 135 - SocialCalc manipulation functions Translated from socialcalc-3.js and companion files
Code
function socialcalc_parse_audit($data) {
return array();
}