cvsuser     05/03/28 12:44:26

  Modified:    App-Repository/lib/App/SessionObject
                        RepositoryObjectDomain.pm
  Log:
  fixed syntax error
  
  Revision  Changes    Path
  1.3       +2 -2      
p5ee/App-Repository/lib/App/SessionObject/RepositoryObjectDomain.pm
  
  Index: RepositoryObjectDomain.pm
  ===================================================================
  RCS file: 
/cvs/public/p5ee/App-Repository/lib/App/SessionObject/RepositoryObjectDomain.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RepositoryObjectDomain.pm 28 Mar 2005 20:32:22 -0000      1.2
  +++ RepositoryObjectDomain.pm 28 Mar 2005 20:44:25 -0000      1.3
  @@ -1,6 +1,6 @@
   
   #############################################################################
  -## $Id: RepositoryObjectDomain.pm,v 1.2 2005/03/28 20:32:22 spadkins Exp $
  +## $Id: RepositoryObjectDomain.pm,v 1.3 2005/03/28 20:44:25 spadkins Exp $
   #############################################################################
   
   package App::SessionObject::RepositoryObjectDomain;
  @@ -51,7 +51,7 @@
           if (ref($object_set) eq "HASH") {
               foreach my $table (keys %$object_set) {
                   if ($object_set->{$table}{gotten}) {
  -                    delete $object_set->{$table}{gotten};)
  +                    delete $object_set->{$table}{gotten};
                       push(@tables, $table);
                   }
               }
  
  
  

Reply via email to