You are here

function socialcalc_save_audit in Sheetnode 6

Same name and namespace in other branches
  1. 5 socialcalc.inc \socialcalc_save_audit()
  2. 7.2 socialcalc.inc \socialcalc_save_audit()
  3. 7 socialcalc.inc \socialcalc_save_audit()
1 call to socialcalc_save_audit()
socialcalc_save in ./socialcalc.inc

File

./socialcalc.inc, line 529
SocialCalc manipulation functions Translated from socialcalc-3.js and companion files

Code

function socialcalc_save_audit($audit) {
  return '';
}