IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2008, 10:34:30 AM (18 years ago)
Author:
jhoblitt
Message:

SQL tweaks/testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r17831 r18017  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.76 2008-05-28 21:03:20 jhoblitt Exp $
     3# $Id: Server.pm,v 1.77 2008-06-09 20:34:30 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    209209           
    210210            # create instance with no URI
     211#            my $query = $db->prepare_cached( $sql->new_instance );
    211212            my $query = $db->prepare_cached( $sql->new_object_instance );
    212             $query->execute($so_id, $vol_id);
     213            $query->execute($vol_id);
    213214        }
    214215
Note: See TracChangeset for help on using the changeset viewer.