IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4339


Ignore:
Timestamp:
Jun 21, 2005, 2:56:26 PM (21 years ago)
Author:
jhoblitt
Message:

fix char param formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/pop.tt

    r4320 r4339  
    55[% FOREACH item = columns -%]
    66[% IF i == 0 %][% i = 1 %][% ELSE %], [% END -%]
     7[% IF item.type == "STR" -%]
     8char **[% item.name -%]
     9[% ELSE -%]
    710[% item.ctype %] *[% item.name -%]
     11[% END -%]
    812[% END %])
    913{
Note: See TracChangeset for help on using the changeset viewer.