IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2008, 3:24:21 PM (18 years ago)
Author:
jhoblitt
Message:

change Nebulous::Server->new() to call ->db() instead of setting up the DBH itself, cleanup Nebulous::Server->db()

File:
1 edited

Legend:

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

    r20056 r20057  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.90 2008-10-11 01:16:50 jhoblitt Exp $
     3# $Id: Server.pm,v 1.91 2008-10-11 01:24:21 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    5050    $self->config($config);
    5151
     52    # ask for the db handle as a means of validating the database parameters
     53    $self->db;
     54
    5255    $log->debug( "leaving" );
    5356   
Note: See TracChangeset for help on using the changeset viewer.