IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 11:55:33 AM (21 years ago)
Author:
jhoblitt
Message:

add const to params where appropriate
tt cleanup

File:
1 edited

Legend:

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

    r4173 r4196  
    2828[% FOREACH item = columns -%]
    2929[% IF i == 0 -%][%- i = 1 -%][% ELSE %], [% END -%]
    30 [%- IF item.type == "STR" -%]
    31 psStringCopy([% item.name %])
    32 [%- ELSE -%]
    3330[% item.name %]
    34 [%- END -%]
    35 [% END -%]);
     31[%- END -%]);
    3632
    3733    return object;
Note: See TracChangeset for help on using the changeset viewer.