You are here

function socialcalc_parse_audit in Sheetnode 7

Same name and namespace in other branches
  1. 5 socialcalc.inc \socialcalc_parse_audit()
  2. 6 socialcalc.inc \socialcalc_parse_audit()
  3. 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();
}