[Evolvis-commits] r86: Notice: Undefined variable: sys_peer_rating_group in /usr/share/gforge /common/include/constants. php on line 48↵

mirabilos at evolvis.org mirabilos at evolvis.org
Wed Jan 7 13:59:02 CET 2009


Author: mirabilos
Date: 2009-01-07 12:59:02 +0000 (Wed, 07 Jan 2009)
New Revision: 86

Modified:
   branches/php-v5-sid-branch/common/include/Group.class.php
   branches/php-v5-sid-branch/common/include/constants.php
   branches/php-v5-sid-branch/plugins/mediawiki/usr/share/mediawiki1.7/includes/GFProject.class.php
Log:
Notice: Undefined variable: sys_peer_rating_group in /usr/share/gforge/common/include/constants.php on line 48


Modified: branches/php-v5-sid-branch/common/include/Group.class.php
===================================================================
--- branches/php-v5-sid-branch/common/include/Group.class.php	2009-01-07 11:54:14 UTC (rev 85)
+++ branches/php-v5-sid-branch/common/include/Group.class.php	2009-01-07 12:59:02 UTC (rev 86)
@@ -1,4 +1,6 @@
 <?php   
+// $Id$
+
 /**
  *	Group object
  *
@@ -240,7 +242,7 @@
 			}
 		}
 		
-		$systemGroups = array(GROUP_IS_NEWS, GROUP_IS_STATS, GROUP_IS_PEER_RATINGS);
+		$systemGroups = array(GROUP_IS_NEWS, GROUP_IS_STATS);
 		if(!$this->isPublic() && !in_array($id, $systemGroups)) {
 			$perm =& $this->getPermission(session_get_user());
 

Modified: branches/php-v5-sid-branch/common/include/constants.php
===================================================================
--- branches/php-v5-sid-branch/common/include/constants.php	2009-01-07 11:54:14 UTC (rev 85)
+++ branches/php-v5-sid-branch/common/include/constants.php	2009-01-07 12:59:02 UTC (rev 86)
@@ -1,5 +1,7 @@
 <?php
 
+// $Id$
+
 /* Search */
 
 define('SEARCH__TYPE_IS_ARTIFACT', 'artifact');
@@ -45,7 +47,6 @@
 define('GROUP_IS_MASTER', 1);
 define('GROUP_IS_STATS', $sys_stats_group);
 define('GROUP_IS_NEWS', $sys_news_group);
-define('GROUP_IS_PEER_RATINGS', $sys_peer_rating_group);
 define('GROUP_IS_TEMPLATE', $sys_template_group);
 
 /* Admin */


Property changes on: branches/php-v5-sid-branch/common/include/constants.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: branches/php-v5-sid-branch/plugins/mediawiki/usr/share/mediawiki1.7/includes/GFProject.class.php
===================================================================
--- branches/php-v5-sid-branch/plugins/mediawiki/usr/share/mediawiki1.7/includes/GFProject.class.php	2009-01-07 11:54:14 UTC (rev 85)
+++ branches/php-v5-sid-branch/plugins/mediawiki/usr/share/mediawiki1.7/includes/GFProject.class.php	2009-01-07 12:59:02 UTC (rev 86)
@@ -1,4 +1,6 @@
 <?php   
+// $Id$
+
 /**
  *	Group object
  *
@@ -170,7 +172,7 @@
 			}
 		}
 		
-		$systemGroups = array(GROUP_IS_NEWS, GROUP_IS_STATS, GROUP_IS_PEER_RATINGS);
+		$systemGroups = array(GROUP_IS_NEWS, GROUP_IS_STATS);
 		if(!$this->isPublic() && !in_array($id, $systemGroups)) {
 			$perm =& $this->getPermission(session_get_user());
 




More information about the evolvis-commits mailing list