Fix the POD for Storage.pm

Fix for bad calendar day names in the month view.
This commit is contained in:
Colin Kuskie 2007-02-17 16:53:03 +00:00
parent fd9e2ecd21
commit 4cf11a716f
3 changed files with 5 additions and 4 deletions

View file

@ -41,7 +41,7 @@ This package provides a mechanism for storing and retrieving files that are not
$store = WebGUI::Storage->get($self->session,$id);
$filename = $store->addFileFromFilesystem($pathToFile);
$filename = $store->addFileFromFormPost($formVarName);
$filename = $store->addFileFromFormPost($formVarName,$attachmentLimit);
$filename = $store->addFileFromHashref($filename,$hashref);
$filename = $store->addFileFromScalar($filename,$content);