IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16227


Ignore:
Timestamp:
Jan 24, 2008, 4:54:53 PM (18 years ago)
Author:
jhoblitt
Message:

oops

File:
1 edited

Legend:

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

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