[Fusionforge-commits] r12558 - trunk/src/www/admin

Olivier Berger olberger at fusionforge.org
Fri Mar 4 10:50:14 CET 2011


Author: olberger
Date: 2011-03-04 10:50:14 +0100 (Fri, 04 Mar 2011)
New Revision: 12558

Modified:
   trunk/src/www/admin/approve-pending.php
Log:
Need to display both short_desc and register_purpose, IMHO


Modified: trunk/src/www/admin/approve-pending.php
===================================================================
--- trunk/src/www/admin/approve-pending.php	2011-03-04 09:50:03 UTC (rev 12557)
+++ trunk/src/www/admin/approve-pending.php	2011-03-04 09:50:14 UTC (rev 12558)
@@ -185,8 +185,10 @@
 	print "<p><strong>" ._('Other Information')."</strong></p>";
 	print "<p>" ._('Unix Project Name:'). " ".$row_grp['unix_group_name']."</p>";
 
-	print "<p>" ._('Submitted Description:'). "</p><blockquote>".$row_grp['register_purpose']."</blockquote>";
+	print "<p>" ._('Submitted Description:'). "</p><blockquote>".$row_grp['short_description']."</blockquote>";
 
+	print "<p>" ._('Purpose of submission:'). "</p><blockquote>".$row_grp['register_purpose']."</blockquote>";
+
 	if ($row_grp['license']=="other") {
 		print "<p>" ._('License Other:'). "</p><blockquote>".$row_grp['license_other']."</blockquote>";
 	}




More information about the Fusionforge-commits mailing list