[Fusionforge-commits] r13684 - branches/Branch_5_1/src/www/include

Franck VILLAUME nerville at fusionforge.org
Tue Jul 5 11:20:32 CEST 2011


Author: nerville
Date: 2011-07-05 11:20:32 +0200 (Tue, 05 Jul 2011)
New Revision: 13684

Modified:
   branches/Branch_5_1/src/www/include/trove.php
Log:
fix from trunk: label. util_html_secure displayed not executed

Modified: branches/Branch_5_1/src/www/include/trove.php
===================================================================
--- branches/Branch_5_1/src/www/include/trove.php	2011-07-05 09:11:04 UTC (rev 13683)
+++ branches/Branch_5_1/src/www/include/trove.php	2011-07-05 09:20:32 UTC (rev 13684)
@@ -3,7 +3,7 @@
  * Trove
  *
  * Copyright 1999-2001 (c) VA Linux Systems
- * Copyright 2010 (c) Franck Villaume
+ * Copyright 2010-2011, Franck Villaume - Capgemini
  * http://fusionforge.org/
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -224,7 +224,7 @@
  * @param		string	THe select-box name
  */
 function trove_catselectfull($node,$selected,$name, $title='') {
-	print "<br /><select class=\"trove-nodes\" name=\"$name\" title=\"util_html_secure($title)\">";
+	print '<br /><select class="trove-nodes" name="'.$name.'" title="'.util_html_secure($title).'">';
 	print '  <option value="0">'._('None Selected')."</option>\n";
 	$res_cat = db_query_params ('
 		SELECT trove_cat_id,fullpath




More information about the Fusionforge-commits mailing list