[evolvis-commits] r12948: Re-added another wrongly removed htmlspecialchars()

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 02:08:38 CET 2011


Author: mirabilos
Date: 2011-02-28 02:08:38 +0100 (Mon, 28 Feb 2011)
New Revision: 12948

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Group.class.php
Log:
Re-added another wrongly removed htmlspecialchars()

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Group.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Group.class.php	2011-02-28 01:08:36 UTC (rev 12947)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/common/include/Group.class.php	2011-02-28 01:08:38 UTC (rev 12948)
@@ -343,7 +343,7 @@
 					rand_hash
 				)
 				VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15)',
-						array ($group_name,
+						array (htmlspecialchars ($group_name),
 						       $is_public,
 						       $unix_name,
 						       htmlspecialchars($description),



More information about the evolvis-commits mailing list