IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 11:55:54 AM (20 years ago)
Author:
jhoblitt
Message:

drop table.position auto index

File:
1 edited

Legend:

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

    r8206 r9419  
    55    psMetadata *clean = psMetadataCopy(NULL, md);
    66
    7     // don't bother to check the return status as the key we are trying to
    8     // remove may or may not be there
    9     // XXX someday psErr should be checked -- the only acceptable error is key
    10     // not found
    11     psMetadataRemoveKey(clean, [% pkg_name FILTER upper %]_DEFAULT_INDEX_NAME);
    12    
    137    if (![% pkg_namespace %]PrintMetadataRaw(stream, clean, mdcf)) {
    148        psError(PS_ERR_UNKNOWN, false, "failed to print metadata");
Note: See TracChangeset for help on using the changeset viewer.