Ignore:
Timestamp:
2023-01-12T10:06:48+13:00 (16 months ago)
Author:
davidb
Message:

Needed when using orthogonal indexings, such as apache-jene triple store

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/classify.pm

    r35647 r37128  
    332332our $next_classify_num = 1;
    333333
     334sub reset_next_classify_num
     335{
     336    $next_classify_num = 1;
     337}
     338
     339
     340
    334341# output_classify_info outputs all the info needed for the classification
    335342# to the database
Note: See TracChangeset for help on using the changeset viewer.