diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-22 05:16:49 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-22 05:16:49 -0700 |
commit | 57d178274de44d3f5a8bb6c93f346f7ca61a8f47 (patch) | |
tree | f335a182365ceaabc7f5415c0d1ea6c66c1bcc4a /apps/files_external/3rdparty/irodsphp/prods/src/RodsConst.inc.php | |
parent | f9f013bba7aa87460b4d7a65fb1139cc42afae4b (diff) | |
parent | 7b28f5a82cbb201110304a5c908c19701240c0d7 (diff) | |
download | nextcloud-server-57d178274de44d3f5a8bb6c93f346f7ca61a8f47.tar.gz nextcloud-server-57d178274de44d3f5a8bb6c93f346f7ca61a8f47.zip |
Merge pull request #3142 from owncloud/ext-fs-irods-master
Ext fs irods master
Diffstat (limited to 'apps/files_external/3rdparty/irodsphp/prods/src/RodsConst.inc.php')
-rw-r--r-- | apps/files_external/3rdparty/irodsphp/prods/src/RodsConst.inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/irodsphp/prods/src/RodsConst.inc.php b/apps/files_external/3rdparty/irodsphp/prods/src/RodsConst.inc.php new file mode 100644 index 00000000000..1d51f619197 --- /dev/null +++ b/apps/files_external/3rdparty/irodsphp/prods/src/RodsConst.inc.php @@ -0,0 +1,8 @@ +<?php + +// following is general defines. Do not motify unless you know what you +// are doing! +define ("ORDER_BY", 0x400); +define ("ORDER_BY_DESC", 0x800); + +?>
\ No newline at end of file |