IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2919


Ignore:
Timestamp:
Jan 5, 2005, 6:11:02 PM (22 years ago)
Author:
jhoblitt
Message:

rename a variable in cull() for clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r2918 r2919  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.13 2005-01-06 04:00:23 jhoblitt Exp $
     3# $Id: Client.pm,v 1.14 2005-01-06 04:11:02 jhoblitt Exp $
    44
    55package PS::IPP::IData::Client;
     
    242242#    }
    243243
    244     my $status = $self->delete_instance( $locations->[0] );
     244    my $uri = $self->delete_instance( $locations->[0] );
    245245
    246246#    unless ($self->unlock( $key, "write" )) {
     
    253253    $log->debug( "leaving" );
    254254
    255     return $status;
     255    return $uri;
    256256}
    257257
Note: See TracChangeset for help on using the changeset viewer.