gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/common/search ExportProjectSearchQuery.class, 1.


From: gsmet
Subject: [Gforge-commits] gforge/common/search ExportProjectSearchQuery.class, 1.1, 1.2 ProjectSearchQuery.class, 1.1, 1.2 SkillSearchQuery.class, 1.1, 1.2
Date: Tue, 16 Mar 2004 17:44:12 -0600

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

Modified Files:
        ExportProjectSearchQuery.class ProjectSearchQuery.class 
        SkillSearchQuery.class 
Log Message:
Fixed all groups.type -> groups.type_id


Index: ExportProjectSearchQuery.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/search/ExportProjectSearchQuery.class,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ExportProjectSearchQuery.class      9 Feb 2004 10:22:21 -0000       1.1
+++ ExportProjectSearchQuery.class      16 Mar 2004 23:44:10 -0000      1.2
@@ -36,7 +36,7 @@
                $groupDescriptionCond = 
$this->getIlikeCondition('short_description', $this->words);
                $groupUnixNameCond = 
$this->getIlikeCondition('unix_group_name', $this->words);
                
-               $sql = 'SELECT group_name,unix_group_name,type,groups.group_id, 
'
+               $sql = 'SELECT 
group_name,unix_group_name,type_id,groups.group_id, '
                        .'short_description,license,register_time '
                        .'FROM groups '
                        .'WHERE status IN (\'A\', \'H\') '
@@ -48,4 +48,4 @@
        }
 }
 
-?>
\ No newline at end of file
+?>

Index: ProjectSearchQuery.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/search/ProjectSearchQuery.class,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ProjectSearchQuery.class    9 Feb 2004 10:22:21 -0000       1.1
+++ ProjectSearchQuery.class    16 Mar 2004 23:44:10 -0000      1.2
@@ -36,7 +36,7 @@
                $groupDescriptionCond = 
$this->getIlikeCondition('short_description', $this->words);
                $groupUnixNameCond = 
$this->getIlikeCondition('unix_group_name', $this->words);
                
-               $sql = 'SELECT group_name, unix_group_name, type, group_id, 
short_description '
+               $sql = 'SELECT group_name, unix_group_name, type_id, group_id, 
short_description '
                        .'FROM groups '
                        .'WHERE status IN (\'A\', \'H\') '
                        .'AND is_public=\'1\' '
@@ -47,4 +47,4 @@
        
 }
 
-?>
\ No newline at end of file
+?>

Index: SkillSearchQuery.class
===================================================================
RCS file: /cvsroot/gforge/gforge/common/search/SkillSearchQuery.class,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SkillSearchQuery.class      9 Feb 2004 10:22:21 -0000       1.1
+++ SkillSearchQuery.class      16 Mar 2004 23:44:10 -0000      1.2
@@ -44,4 +44,4 @@
        
 }
 
-?>
\ No newline at end of file
+?>





reply via email to

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