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