savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/infra/savane/bin sv_groups


From: Elfyn McBratney
Subject: [Savannah-cvs] administration/infra/savane/bin sv_groups
Date: Mon, 13 Sep 2004 21:40:57 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Elfyn McBratney <address@hidden>        04/09/14 01:35:29

Modified files:
        infra/savane/bin: sv_groups 

Log message:
        fix typo.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/savane/bin/sv_groups.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: administration/infra/savane/bin/sv_groups
diff -u administration/infra/savane/bin/sv_groups:1.3 
administration/infra/savane/bin/sv_groups:1.4
--- administration/infra/savane/bin/sv_groups:1.3       Tue Sep 14 01:07:51 2004
+++ administration/infra/savane/bin/sv_groups   Tue Sep 14 01:35:29 2004
@@ -2,7 +2,7 @@
 # This file is part of the Savane project
 # <http://gna.org/projects/savane/>
 #
-# $Id: sv_groups,v 1.3 2004/09/14 01:07:51 beu Exp $
+# $Id: sv_groups,v 1.4 2004/09/14 01:35:29 beu Exp $
 #
 #  Copyright 2001 (c) Loic Dachary <address@hidden> (sv_cvs.pl)
 #            2003 (c) Mathieu Roy <address@hidden> 
@@ -152,20 +152,20 @@
 #    To limit the number of request, we use only one very long SQL request. 
 my %db_group_type;
 my @db_group_type_infos = GetDB("group_type", 0,
-                               "group_id,name,type_id,dir_type_homepage,".
+                               "name,type_id,dir_type_homepage,".
                                "dir_type_cvs,dir_type_download,dir_homepage,".
                                "dir_cvs,dir_download,can_use_homepage,".
                                "can_use_cvs,can_use_download");
 
 foreach my $line (@db_group_type_infos) {
     chomp($line);
-    my ($group_id, $name, $id, $dir_type_homepage, $dir_type_cvs,
+    my ($name, $id, $dir_type_homepage, $dir_type_cvs,
        $dir_type_download, $dir_homepage, $dir_cvs, $dir_download,
        $can_use_homepage, $can_use_cvs, $can_use_download) = split(",", $line);
 
     print "DBG db: get $line from database\n" if $debug;
 
-    $db_group_type{$id} = [ ($group_id, $name, $id, $dir_type_homepage,
+    $db_group_type{$id} = [ ($name, $id, $dir_type_homepage,
                             $dir_type_cvs, $dir_type_download, $dir_homepage,
                             $dir_cvs, $dir_download, $can_use_homepage,
                             $can_use_cvs, $can_use_download) ];




reply via email to

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