gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/include utils.php,1.29,1.30


From: gsmet
Subject: [Gforge-commits] gforge/common/include utils.php,1.29,1.30
Date: Thu, 19 Feb 2004 07:38:06 -0600

Update of /cvsroot/gforge/gforge/common/include
In directory db.perdue.net:/tmp/cvs-serv19457/common/include

Modified Files:
        utils.php 
Log Message:
* merged [ #690 ] by BenoƮt Sibaud with French.tab cvs version
* updated french localization again
* improved localization of task manager
* fixed ShowResultSet function

Index: utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/common/include/utils.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- utils.php   18 Feb 2004 09:18:22 -0000      1.29
+++ utils.php   19 Feb 2004 13:38:03 -0000      1.30
@@ -636,7 +636,7 @@
  * @param      array   Don't display these cols
  *
  */
-function  
ShowResultSet($result,$title='',$linkify=false,$displayHeaders=true,$headerMapping=array(),
 $excludedCols=array())  {
+function 
ShowResultSet($result,$title='',$linkify=false,$displayHeaders=true,$headerMapping=array(),
 $excludedCols=array())  {
        global $group_id,$HTML;
 
        if($result)  {
@@ -655,7 +655,7 @@
                        }
                        $colsToKeep[] = $i;
                        if(isset($headerMapping[$fieldName])) {
-                               $headersCellData[] = $headerMapping[$fieldName];
+                               $headersCellData[] = 
array($headerMapping[$fieldName]);
                        }
                        else {
                                $headersCellData[] = array($fieldName);





reply via email to

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