Changeset 15706


Ignore:
Timestamp:
2008-05-26T16:48:38+12:00 (16 years ago)
Author:
mdewsnip
Message:

Changed to use dbutil.pm instead of unbuildutil.pm.

File:
1 edited

Legend:

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

    r12355 r15706  
    4242}
    4343
    44 use unbuildutil;
     44use dbutil;
    4545use doc;
    4646use util;
     
    133133   
    134134    #read ldb file into %infodb
    135     &unbuildutil::read_gdbm($gdbmfile, \%infodb);
     135    &dbutil::read_infodb_file($gdbmfile, \%infodb);
    136136
    137137    #this makes the files specifying the hierarchy of subjects, titles etc
Note: See TracChangeset for help on using the changeset viewer.