You are here

function socialcalc_save_audit in Sheetnode 7.2

Same name and namespace in other branches
  1. 5 socialcalc.inc \socialcalc_save_audit()
  2. 6 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 647
SocialCalc manipulation functions.

Code

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