Changeset 797 for trunk


Ignore:
Timestamp:
1999-12-02T13:58:50+13:00 (24 years ago)
Author:
sjboddie
Message:

removed obsolete 'key' field

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/mkcol.pl

    r581 r797  
    8888        $line =~ s/\*\*public\*\*/$public/g;
    8989        $line =~ s/\*\*beta\*\*/$beta/g;
    90         $line =~ s/\*\*key\*\*/$key/g;
    9190        $line =~ s/\*\*indexes\*\*/$indexesstr/g;
    9291        $line =~ s/\*\*indexestext\*\*/$indexestextstr/g;
     
    158157$beta = "true" unless defined $beta;
    159158
    160 srand(time);
    161 $key = int(rand()*100000000.0) + int(rand()*100000000.0);
    162 
    163159# get capitalised version of the collection
    164160$capcollection = $collection;
  • trunk/gsdl/collect/modelcol/etc/collect.cfg

    r588 r797  
    33public        **public**
    44beta          **beta**
    5 key           **key**
    65
    76indexes        document:text
Note: See TracChangeset for help on using the changeset viewer.