diff --git a/livesupport/modules/storageServer/var/GreenBox.php b/livesupport/modules/storageServer/var/GreenBox.php index 20f85323a..e53e05823 100644 --- a/livesupport/modules/storageServer/var/GreenBox.php +++ b/livesupport/modules/storageServer/var/GreenBox.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.26 $ + Version : $Revision: 1.27 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/GreenBox.php,v $ ------------------------------------------------------------------------------*/ @@ -35,7 +35,7 @@ require_once "BasicStor.php"; * LiveSupport file storage module * * @author $Author: tomas $ - * @version $Revision: 1.26 $ + * @version $Revision: 1.27 $ * @see BasicStor */ class GreenBox extends BasicStor{ @@ -254,6 +254,8 @@ class GreenBox extends BasicStor{ * (may be empty or ommited only with less then 2 items in * "conditions" field) * + *
  • limit : int - limit for result arrays (0 means unlimited)
  • + *
  • offset : int - starting point (0 means without offset)
  • *
  • conditions - array of hashes with structure: *