IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2005, 11:57:15 AM (21 years ago)
Author:
jhoblitt
Message:

rename Nebulous::Server::SQL->get_class_id -> get_class_by_id

File:
1 edited

Legend:

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

    r5501 r5503  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.16 2005-11-10 21:51:06 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.17 2005-11-10 21:57:15 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    124124        VALUES (?, ?)
    125125    },
    126     get_class => qq{
     126    get_class_by_id => qq{
    127127        SELECT class_id, priority, comment
    128128        FROM class
Note: See TracChangeset for help on using the changeset viewer.