IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5925


Ignore:
Timestamp:
Jan 6, 2006, 11:31:57 AM (21 years ago)
Author:
jhoblitt
Message:

set per table name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r5902 r5925  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.36 2006-01-05 23:00:12 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.37 2006-01-06 21:31:57 jhoblitt Exp $
    66
    77use strict;
     
    5858# per table data
    5959my %table;
     60$table{name}        = $table_name;
    6061$table{namespace}   = $table_name;
    6162$table{object_name} = $table{namespace} . "Row";
Note: See TracChangeset for help on using the changeset viewer.