diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-03-28 15:24:13 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-04-23 12:54:24 +0200 |
commit | cfc52ccc3d3e7e233912adc58bdc95618d941a30 (patch) | |
tree | f559fe1067a67c0299cfbe1c65c232978231a548 /lib/private/share/constants.php | |
parent | 704b9e6a0d94a5c056214e92784d2e872ef83185 (diff) | |
download | nextcloud-server-cfc52ccc3d3e7e233912adc58bdc95618d941a30.tar.gz nextcloud-server-cfc52ccc3d3e7e233912adc58bdc95618d941a30.zip |
add some action items
Diffstat (limited to 'lib/private/share/constants.php')
-rw-r--r-- | lib/private/share/constants.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/private/share/constants.php b/lib/private/share/constants.php index 7e4223d10fa..4c398c43c2d 100644 --- a/lib/private/share/constants.php +++ b/lib/private/share/constants.php @@ -26,13 +26,13 @@ class Constants { const SHARE_TYPE_USER = 0; const SHARE_TYPE_GROUP = 1; const SHARE_TYPE_LINK = 3; - const SHARE_TYPE_EMAIL = 4; - const SHARE_TYPE_CONTACT = 5; - const SHARE_TYPE_REMOTE = 6; + const SHARE_TYPE_EMAIL = 4; // ToDo Check if it is still in use otherwise remove it + const SHARE_TYPE_CONTACT = 5; // ToDo Check if it is still in use otherwise remove it + const SHARE_TYPE_REMOTE = 6; // ToDo Check if it is still in use otherwise remove it const FORMAT_NONE = -1; const FORMAT_STATUSES = -2; - const FORMAT_SOURCES = -3; + const FORMAT_SOURCES = -3; // ToDo Check if it is still in use otherwise remove it const TOKEN_LENGTH = 32; // see db_structure.xml |