[Fusionforge-commits] r10752 - in trunk/src/www: . widgets

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Tue Sep 28 14:55:59 CEST 2010


Author: nerville
Date: 2010-09-28 14:55:59 +0200 (Tue, 28 Sep 2010)
New Revision: 10752

Modified:
   trunk/src/www/users
   trunk/src/www/widgets/updatelayout.php
   trunk/src/www/widgets/widget.php
   trunk/src/www/widgets/widgets.php
Log:
missing url project

Modified: trunk/src/www/users
===================================================================
--- trunk/src/www/users	2010-09-28 12:52:57 UTC (rev 10751)
+++ trunk/src/www/users	2010-09-28 12:55:59 UTC (rev 10752)
@@ -31,7 +31,7 @@
 $expl_pathinfo = explode('/', getStringFromServer('REQUEST_URI'));
 
 if (!$expl_pathinfo[2]) {
-	exit_error(_('No User Name Provided'),'home');
+	exit_error(_('No User Name Provided'));
 }
 
 //get the user object based on the user_name in the URL
@@ -39,7 +39,7 @@
 
 if (!$user || !is_object($user) || $user->isError() || !$user->isActive()) {
 
-	exit_error(_('That user does not exist.'),'home');
+	exit_error(_('That user does not exist.'));
 
 } else {
 

Modified: trunk/src/www/widgets/updatelayout.php
===================================================================
--- trunk/src/www/widgets/updatelayout.php	2010-09-28 12:52:57 UTC (rev 10751)
+++ trunk/src/www/widgets/updatelayout.php	2010-09-28 12:55:59 UTC (rev 10752)
@@ -1,5 +1,7 @@
 <?php
 /*
+ * http://fusionforge.org
+ *
  * This file is part of FusionForge.
  *
  * FusionForge is free software; you can redistribute it and/or modify

Modified: trunk/src/www/widgets/widget.php
===================================================================
--- trunk/src/www/widgets/widget.php	2010-09-28 12:52:57 UTC (rev 10751)
+++ trunk/src/www/widgets/widget.php	2010-09-28 12:55:59 UTC (rev 10752)
@@ -1,5 +1,7 @@
 <?php
 /*
+ * http://fusionforge.org
+ *
  * This file is part of FusionForge.
  *
  * FusionForge is free software; you can redistribute it and/or modify

Modified: trunk/src/www/widgets/widgets.php
===================================================================
--- trunk/src/www/widgets/widgets.php	2010-09-28 12:52:57 UTC (rev 10751)
+++ trunk/src/www/widgets/widgets.php	2010-09-28 12:55:59 UTC (rev 10752)
@@ -1,5 +1,7 @@
 <?php
 /*
+ * http://fusionforge.org
+ *
  * This file is part of FusionForge.
  *
  * FusionForge is free software; you can redistribute it and/or modify




More information about the Fusionforge-commits mailing list