Changeset 7458


Ignore:
Timestamp:
2004-05-27T12:08:48+12:00 (20 years ago)
Author:
mdewsnip
Message:

Added another case for when the dbt file doesn't exist.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/FOXPlug.pm

    r7362 r7458  
    113113    if ($dbf{'hasdbt'} == 131) {
    114114    $dbf{'hasdbt'} = 1;
    115     } elsif ($dbf{'hasdbt'} == 3) {
     115    } elsif ($dbf{'hasdbt'} == 3 || $dbf{'hasdbt'} == 48) {
    116116    $dbf{'hasdbt'} = 0;
    117117    } else {
Note: See TracChangeset for help on using the changeset viewer.