IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2005, 1:47:46 PM (21 years ago)
Author:
jhoblitt
Message:

update add_new()'s fields for PS::IPP::MetaDB::Image::New

File:
1 edited

Legend:

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

    r5211 r5337  
    11# Copyright (C) 2005  Joshua Hoblitt
    22#
    3 # $Id: MetaDB.pm,v 1.10 2005-09-30 21:46:26 jhoblitt Exp $
     3# $Id: MetaDB.pm,v 1.11 2005-10-14 23:47:46 jhoblitt Exp $
    44
    55package PS::IPP::MetaDB;
     
    6666    PS::IPP::MetaDB::Image::New->create({
    6767        exp_id      => $p{exp_id},
     68        class       => $p{class},
    6869        class_id    => $p{class_id},
    6970        camera      => $p{camera},
    70         class       => $p{class},
     71        stamp       => $p{stamp},
     72        file_id     => $p{file_id},
     73        size        => $p{size},
     74        md5         => $p{md5},
    7175        url         => $p{url},
    7276    });
Note: See TracChangeset for help on using the changeset viewer.