remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()
[lhc/web/wiklou.git] / includes / Group.php
index 9ae0718..1502eab 100644 (file)
@@ -5,6 +5,7 @@
 
 /**
  * Class to manage a group
+ * @package MediaWiki
  */
 class Group {
        /**#@+
@@ -20,7 +21,7 @@ class Group {
        var $dataLoaded;
        /** string $rights Contain rights values : "foo,bar,bla" */
        var $rights;
-       /**#@- */
+       /**#@-*/
        
        /** Constructor */
        function Group() {
@@ -185,4 +186,4 @@ class Group {
                $this->rights = $rights;
        }
 }
-?>
+?>
\ No newline at end of file