You are here

function socialcalc_parse_audit in Sheetnode 7.2

Same name and namespace in other branches
  1. 5 socialcalc.inc \socialcalc_parse_audit()
  2. 6 socialcalc.inc \socialcalc_parse_audit()
  3. 7 socialcalc.inc \socialcalc_parse_audit()

File

./socialcalc.inc, line 166
SocialCalc manipulation functions.

Code

function socialcalc_parse_audit($data) {
  return array();
}