[evolvis-commits] r9905: Silenced a PHP 'notice' warning↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:33:40 CET 2011


Author: mirabilos
Date: 2011-02-24 17:33:40 +0100 (Thu, 24 Feb 2011)
New Revision: 9905

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
   trunk/gforge_base/evolvisforge-5.1/gforge/www/docman/index.php
Log:
Silenced a PHP 'notice' warning


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 16:33:39 UTC (rev 9904)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 16:33:40 UTC (rev 9905)
@@ -1,3 +1,6 @@
+2004-08-24  Tom Copeland <tom at infoether.com>
+	* www/docman/index.php - Silenced a PHP 'notice' warning.
+
 2004-08-20  Francisco Gimeno <kikov at kikov.org>
 	* www/register/projectinfo.php: Solved a bug on [#856] that prevents
 	new projects to be created with conditions:

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/docman/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/docman/index.php	2011-02-24 16:33:39 UTC (rev 9904)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/docman/index.php	2011-02-24 16:33:40 UTC (rev 9905)
@@ -61,8 +61,8 @@
 	doc_droplist_count($group_id, $language_id, $g);
 
 	print "\n<ul>";
+	$last_group = "";
 	for ($i=0; $i<count($d_arr); $i++) {
-
 		//
 		//	If we're starting a new "group" of docs, put in the
 		//	docGroupName and start a new <ul>



More information about the evolvis-commits mailing list