/[webpac2]/trunk/lib/WebPAC/DB.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/DB.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by dpavlin, Sun Jul 17 14:53:37 2005 UTC revision 19 by dpavlin, Sun Jul 17 15:04:39 2005 UTC
# Line 90  sub path { Line 90  sub path {
90                  }                  }
91    
92                  if ($msg) {                  if ($msg) {
93                          undef $self->{'cache_data_structure'};                          $log->warn("cache path $dir $msg, disabling...");
94                          $log->warn("cache_data_structure $dir $msg, disabling...");                          undef $self->{'path'};
95                  } else {                  } else {
96                          $log->debug("using cache dir $dir");                          $log->debug("using cache dir $dir");
97                            $self->{'path'} = $dir;
98                  }                  }
99          } else {          } else {
100                  $log->debug("disabling cache");                  $log->debug("disabling cache");
101                  undef $self->{'cache_data_structure'};                  undef $self->{'path'};
102          }          }
103  }  }
104    

Legend:
Removed from v.18  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26