[Fusionforge-commits] r10612 - trunk/src/www/project/admin

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Wed Sep 22 09:12:31 CEST 2010


Author: nerville
Date: 2010-09-22 09:12:31 +0200 (Wed, 22 Sep 2010)
New Revision: 10612

Modified:
   trunk/src/www/project/admin/roledelete.php
Log:
because project name is FusionForge and not GForge since 2009/02

Modified: trunk/src/www/project/admin/roledelete.php
===================================================================
--- trunk/src/www/project/admin/roledelete.php	2010-09-21 20:00:17 UTC (rev 10611)
+++ trunk/src/www/project/admin/roledelete.php	2010-09-22 07:12:31 UTC (rev 10612)
@@ -7,20 +7,20 @@
  * @author Alain Peyrat
  * @date 2010-05-18
  *
- * This file is part of GForge.
+ * This file is part of FusionForge.
  *
- * GForge is free software; you can redistribute it and/or modify
+ * FusionForge is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
- * GForge is distributed in the hope that it will be useful,
+ * FusionForge is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with GForge; if not, write to the Free Software
+ * along with FusionForge; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
@@ -42,9 +42,9 @@
 
 $role = new Role($group,$role_id);
 if (!$role || !is_object($role)) {
-	exit_error('Error',_('Could Not Get Role'));
+	exit_error(_('Could Not Get Role'),'admin');
 } elseif ($role->isError()) {
-	exit_error('Error',$role->getErrorMessage());
+	exit_error($role->getErrorMessage(),'admin');
 }
 
 if (getStringFromRequest('submit')) {




More information about the Fusionforge-commits mailing list