Fix the POD for Storage.pm
Fix for bad calendar day names in the month view.
This commit is contained in:
parent
fd9e2ecd21
commit
4cf11a716f
3 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue