| [vhffs-dev] [371] Forgot a my | 
[ Thread Index | 
Date Index
| More vhffs.org/vhffs-dev Archives
] 
Revision: 371
Author:   beuss
Date:     2006-12-11 06:15:55 +0000 (Mon, 11 Dec 2006)
Log Message:
-----------
Forgot a my
Modified Paths:
--------------
    branches/vhffs_4.1/vhffs-api/src/Vhffs/Group.pm
Modified: branches/vhffs_4.1/vhffs-api/src/Vhffs/Group.pm
===================================================================
--- branches/vhffs_4.1/vhffs-api/src/Vhffs/Group.pm	2006-12-10 20:43:03 UTC (rev 370)
+++ branches/vhffs_4.1/vhffs-api/src/Vhffs/Group.pm	2006-12-11 06:15:55 UTC (rev 371)
@@ -735,7 +735,7 @@
     my $gids = $request->fetchall_arrayref;
 
     my $group;
-    foreach $gid ( @{$gids} )
+    foreach my $gid ( @{$gids} )
     {
 
         $group = Vhffs::Group::get_by_gid( $vhffs , $gid->[0] );