IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16226 for trunk/Nebulous/lib


Ignore:
Timestamp:
Jan 24, 2008, 4:46:41 PM (19 years ago)
Author:
jhoblitt
Message:

change Nebulous::Client::find_objects() to return undef instead of [] if no objects are found

File:
1 edited

Legend:

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

    r13302 r16226  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.35 2007-05-08 02:27:42 jhoblitt Exp $
     3# $Id: Client.pm,v 1.36 2008-01-25 02:46:41 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    423423# behavior of this function is different then it's ::Server counter part
    424424
    425     return $keys;
     425    return length @$keys ? $keys : undef;
    426426}
    427427
Note: See TracChangeset for help on using the changeset viewer.