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/insertobject.tt

    r4017 r4196  
    44
    55    status = [% namespace %]Insert(dbh,
    6     [%- SET i = 0 -%]
    7     [%- FOREACH item = columns -%]
    8         [%- IF i == 0 -%][%- i = 1 -%] [% ELSE %], [% END -%]
     6[%- SET i = 0 -%]
     7[%- FOREACH item = columns -%]
     8[%- IF i == 0 -%][%- i = 1 -%] [% ELSE %], [% END -%]
    99object->[% item.name -%]
    10         [%- i = i + 1 -%]
    11     [%- END -%]
     10[%- END -%]
    1211);
    1312
Note: See TracChangeset for help on using the changeset viewer.