[Pkg-owncloud-commits] [owncloud] 67/104: Infowarning about 32bit
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 13:33:40 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 ebe3872c6447d7daad01502486a0e6905f61ea37
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Wed Jan 8 19:41:10 2014 +0100
Infowarning about 32bit
---
lib/private/user/backend.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/user/backend.php b/lib/private/user/backend.php
index 6969ce4..f4e5618 100644
--- a/lib/private/user/backend.php
+++ b/lib/private/user/backend.php
@@ -39,6 +39,7 @@ define('OC_USER_BACKEND_GET_DISPLAYNAME', 0x00010000);
define('OC_USER_BACKEND_SET_DISPLAYNAME', 0x00100000);
define('OC_USER_BACKEND_PROVIDE_AVATAR', 0x01000000);
define('OC_USER_BACKEND_COUNT_USERS', 0x10000000);
+//more actions cannot be defined without breaking 32bit platforms!
/**
* Abstract base class for user management. Provides methods for querying backend
--
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