Changeset 59


Ignore:
Timestamp:
11/25/05 17:49:00 (19 years ago)
Author:
thauvin
Message:
  • add warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData/Repository.pm

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r58 r59  
    8282            ); 
    8383 
     84            if (!$datatype) { 
     85                $self->loging(3, "I don't know what to do of %s", $file); 
     86 
     87                next; 
     88            } 
     89 
     90            $self->install_file($file, $destfile); 
     91 
    8492        } 
    8593        close($dirhandle); 
     
    150158} 
    151159 
     160sub installfile { 
     161     
     162} 
     163 
    1521641; 
Note: See TracChangeset for help on using the changeset viewer.