gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/my index.php,1.25,1.26


From: tperdue
Subject: [Gforge-commits] gforge/www/my index.php,1.25,1.26
Date: Mon, 15 Mar 2004 18:11:06 -0600

Update of /cvsroot/gforge/gforge/www/my
In directory db.perdue.net:/home/tperdue/share/dev.gforge.org/www/my

Modified Files:
        index.php 
Log Message:
changing groups.type to groups.type_id

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/my/index.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- index.php   10 Feb 2004 22:14:40 -0000      1.25
+++ index.php   16 Mar 2004 00:11:04 -0000      1.26
@@ -342,7 +342,7 @@
                . "groups.group_id,"
                . "groups.unix_group_name,"
                . "groups.status,"
-               . "groups.type,"
+               . "groups.type_id,"
                . "user_group.admin_flags "
                . "FROM groups,user_group "
                . "WHERE groups.group_id=user_group.group_id "
@@ -362,7 +362,7 @@
                                $img="trash.png";
                        }
 
-                       if (db_result($result, $i, 'type')==2) {
+                       if (db_result($result, $i, 'type_id')==2) {
                                $type = 'foundry';
                        } else {
                                $type = 'projects';





reply via email to

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