gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/docman index.php,1.15,1.16


From: tom
Subject: [Gforge-commits] gforge/www/docman index.php,1.15,1.16
Date: Tue, 24 Aug 2004 15:40:44 -0500

Update of /cvsroot/gforge/gforge/www/docman
In directory db.perdue.net:/tmp/cvs-serv24570/www/docman

Modified Files:
        index.php 
Log Message:
Silenced a PHP 'notice' warning

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/docman/index.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- index.php   23 Jul 2004 15:32:23 -0000      1.15
+++ index.php   24 Aug 2004 20:40:41 -0000      1.16
@@ -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>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]