[Pkg-owncloud-commits] [owncloud] 88/134: more precise php doc

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:44:04 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 519ab3a9c8a4673b39ce8a1e1b3b18e0a947c393
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Wed Apr 2 11:01:29 2014 +0200

    more precise php doc
---
 apps/user_ldap/lib/access.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index 624cd6c..d2ee554 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -106,7 +106,8 @@ class Access extends LDAPUtility {
 	}
 
 	/**
-	* @brief fetches the quota from LDAP and stores it as ownCloud user value
+	* @brief fetches the quota from LDAP and, if provided, stores it as ownCloud
+	* user value
 	* @param string the DN of the user
 	* @param string optional, the internal ownCloud name of the user
 	* @return null
@@ -135,7 +136,8 @@ class Access extends LDAPUtility {
 	}
 
 	/**
-	* @brief fetches the email from LDAP and stores it as ownCloud user value
+	* @brief fetches the email from LDAP and, if provided, stores it as ownCloud
+	* user value
 	* @param string the DN of the user
 	* @param string optional, the internal ownCloud name of the user
 	* @return null

-- 
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