Ignore:
Timestamp:
1999-05-03T17:34:23+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed a small bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/mgbuildproc.pm

    r222 r252  
    160160        print $handle ";" unless $firstchild;
    161161        $firstchild = 0;
    162         print $handle "\".$child";
     162        if ($child =~ /^.*?\.(\d+)$/) {
     163            print $handle "\".$1";
     164        } else {
     165            print $handle "\".$child";
     166        }
    163167#       if ($child eq "") { print $handle "$doc_OID"; }
    164168#       elsif ($section eq "") { print $handle "$doc_OID.$child"; }
Note: See TracChangeset for help on using the changeset viewer.