From 053a0b4cfe33a717cd5854a9f1a15d6f80f5fd78 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 29 Sep 2006 17:44:40 +0000 Subject: [PATCH] fix errors in pod for www_setScratch --- lib/WebGUI/Operation/Scratch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Operation/Scratch.pm b/lib/WebGUI/Operation/Scratch.pm index c3dfc77b7..ef2a58d38 100644 --- a/lib/WebGUI/Operation/Scratch.pm +++ b/lib/WebGUI/Operation/Scratch.pm @@ -39,10 +39,10 @@ sub www_deleteScratch { #------------------------------------------------------------------- -=head2 www_deleteScratch ( ) +=head2 www_setScratch ( ) -Delete a variable from the session scratch area by setting forms +Set a variable in the session scratch area by setting forms variables, scratchName, the name of the variable to set, and scratchValue, the value the variable should take.