diff --git a/livesupport/modules/storageServer/var/LocStor.php b/livesupport/modules/storageServer/var/LocStor.php
index fa70beba0..25321d663 100644
--- a/livesupport/modules/storageServer/var/LocStor.php
+++ b/livesupport/modules/storageServer/var/LocStor.php
@@ -23,7 +23,7 @@
Author : $Author: tomas $
- Version : $Revision: 1.34 $
+ Version : $Revision: 1.35 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/LocStor.php,v $
------------------------------------------------------------------------------*/
@@ -301,6 +301,8 @@ class LocStor extends BasicStor{
*
*
limit : int - limit for result arrays (0 means unlimited)
* offset : int - starting point (0 means without offset)
+ * orderby : string - metadata category for sorting (optional)
+ * desc : boolean - flag for descending order (optional)
* conditions - array of hashes with structure:
*
* - cat - string, metadata category name
diff --git a/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php b/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php
index 5a86055f5..eb961767b 100644
--- a/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php
+++ b/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php
@@ -23,7 +23,7 @@
Author : $Author: tomas $
- Version : $Revision: 1.14 $
+ Version : $Revision: 1.15 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php,v $
------------------------------------------------------------------------------*/
@@ -1198,6 +1198,8 @@ class XR_LocStor extends LocStor{
*
* limit : int - limit for result arrays (0 means unlimited)
* offset : int - starting point (0 means without offset)
+ * orderby : string - metadata category for sorting (optional)
+ * desc : boolean - flag for descending order (optional)
* conditions : array of struct with fields:
*
* - cat : string - metadata category name