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.13.2.1,1.13.2.2


From: lo-lan-do
Subject: [Gforge-commits] gforge/www/docman index.php,1.13.2.1,1.13.2.2
Date: Thu, 18 Mar 2004 10:27:25 -0600

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

Modified Files:
      Tag: Branch_3_1
        index.php 
Log Message:
Sort documents by doc_group first, then title inside a doc_group.


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/docman/index.php,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -d -r1.13.2.1 -r1.13.2.2
--- index.php   3 Mar 2004 13:59:05 -0000       1.13.2.1
+++ index.php   18 Mar 2004 16:27:22 -0000      1.13.2.2
@@ -47,6 +47,7 @@
 }
 
 $df->setLanguageID($language_id);
+$df->setSort('doc_group, title');
 $d_arr =& $df->getDocuments();
 if (!$_arr || count($d_arr) <1){
        $df->setLanguageId(0);





reply via email to

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