[Pkg-owncloud-commits] [owncloud] 24/32: keep the constant to not provoke PHP warnings
David Prévot
taffit at moszumanska.debian.org
Wed Apr 23 18:59:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit fcffccf0181271afd185af774a8f86bbd56c2700
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Mon Apr 14 17:54:14 2014 +0200
keep the constant to not provoke PHP warnings
---
lib/private/group/backend.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/private/group/backend.php b/lib/private/group/backend.php
index 7a41aff..11ec6c2 100644
--- a/lib/private/group/backend.php
+++ b/lib/private/group/backend.php
@@ -33,8 +33,7 @@ define('OC_GROUP_BACKEND_CREATE_GROUP', 0x00000001);
define('OC_GROUP_BACKEND_DELETE_GROUP', 0x00000010);
define('OC_GROUP_BACKEND_ADD_TO_GROUP', 0x00000100);
define('OC_GROUP_BACKEND_REMOVE_FROM_GOUP', 0x00001000);
-// deprecated, do not use 0x00010000 for new features though.
-// define('OC_GROUP_BACKEND_GET_DISPLAYNAME', 0x00010000);
+define('OC_GROUP_BACKEND_GET_DISPLAYNAME', 0x00010000); //OBSOLETE
/**
* Abstract base class for user management
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list