IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2005, 2:34:41 PM (21 years ago)
Author:
jhoblitt
Message:

fix new_volume() sql

File:
1 edited

Legend:

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

    r4906 r4912  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.7 2005-08-31 00:11:12 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.8 2005-08-31 00:34:41 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    9898    },
    9999    new_volume          => qq{
    100         INSERT INTO volume
     100        INSERT INTO volume (name, uri)
    101101        VALUES (?, ?)
    102102    },
Note: See TracChangeset for help on using the changeset viewer.