[Fusionforge-commits] FusionForge branch master updated. 84080095ad65f7c94dea619f04683fc2566c9fdd

Alain Peyrat aljeux at fusionforge.org
Wed May 22 16:09:45 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  84080095ad65f7c94dea619f04683fc2566c9fdd (commit)
      from  4a4a5e7f2bb41c105fca2ba702b97a9c6427e4d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 84080095ad65f7c94dea619f04683fc2566c9fdd
Author: Alain Peyrat <alain.peyrat at alcatel-lucent.com>
Date:   Wed May 22 16:09:37 2013 +0200

    Improve comments

diff --git a/src/common/include/Group.class.php b/src/common/include/Group.class.php
index c8b98da..ab966f3 100644
--- a/src/common/include/Group.class.php
+++ b/src/common/include/Group.class.php
@@ -668,12 +668,11 @@ class Group extends Error {
 	 * getStatus - the status code.
 	 *
 	 * Statuses	char	include I,H,A,D,P.
-	 * TODO : document what these mean :
 	 *   A: Active
 	 *   H: Hold
 	 *   P: Pending
 	 *   I: Incomplete
-	 *   D: ?
+	 *   D: Deleted
 	 */
 	function getStatus() {
 		return $this->data_array['status'];
@@ -683,12 +682,11 @@ class Group extends Error {
 	 * setStatus - set the status code.
 	 *
 	 * Statuses include I,H,A,D,P.
-	 * TODO : document what these mean :
 	 *   A: Active
 	 *   H: Hold
 	 *   P: Pending
 	 *   I: Incomplete
-	 *   D: ?
+	 *   D: Deleted
 	 *
 	 * @param	object	User requesting operation (for access control).
 	 * @param	string	Status value.

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/Group.class.php |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list