Changeset 1183

Show
Ignore:
Timestamp:
02/04/08 16:34:47 (7 months ago)
Author:
xkovah
Message:

I thought I already got rid of these DB files…

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/xkovah-simpler_install/lib/HoneyClient/Manager.pm

    r1140 r1183  
    297297    # Include HoneyClient::DB Utility Libraries 
    298298    # TODO: Include unit tests. 
    299     require HoneyClient::DB::Fingerprint; 
    300     require HoneyClient::DB::Client; 
    301     require HoneyClient::DB::Url::History; 
    302     require HoneyClient::DB::Time; 
    303299    %link_categories = ( 
    304         $HoneyClient::DB::Url::History::STATUS_VISITED => 'links_visited', 
    305         $HoneyClient::DB::Url::History::STATUS_TIMED_OUT => 'links_timed_out', 
     300#        $HoneyClient::DB::Url::History::STATUS_VISITED => 'links_visited', 
     301#        $HoneyClient::DB::Url::History::STATUS_TIMED_OUT => 'links_timed_out', 
    306302# For the time being, ignored links will not be inserted. 
    307303#        $HoneyClient::DB::Url::History::STATUS_IGNORED => 'links_ignored',