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