IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2005, 11:46:26 AM (21 years ago)
Author:
jhoblitt
Message:

fix bug in find_new()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-MetaDB/lib/PS/IPP/MetaDB.pm

    r5196 r5211  
    11# Copyright (C) 2005  Joshua Hoblitt
    22#
    3 # $Id: MetaDB.pm,v 1.9 2005-09-30 01:21:17 jhoblitt Exp $
     3# $Id: MetaDB.pm,v 1.10 2005-09-30 21:46:26 jhoblitt Exp $
    44
    55package PS::IPP::MetaDB;
     
    8585    if (exists $p{exp_id}) {
    8686        @rows = PS::IPP::MetaDB::Image::New->search(
    87             $p{exp_id},
     87            exp_id => $p{exp_id},
    8888            { order_by => 'class_id' },
    8989        );
Note: See TracChangeset for help on using the changeset viewer.