]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - dansguardian_log.c
Replace redirector_ignore_date by redirector_filter_out_date that behave as the name...
[thirdparty/sarg.git] / dansguardian_log.c
index 7d069d0093b257dd776abbafd0420e16cd2018fb..c6d081b1c7d0d8563fe59bf83ded782832c373d6 100644 (file)
@@ -113,7 +113,7 @@ void dansguardian_log(void)
       sprintf(wdata,"%s%02d%s",year,atoi(mon),day);
       idata = atoi(wdata);
 
-      if(DansguardianIgnoreDate) {
+      if(DansguardianFilterOutDate) {
          if(idata < dfrom && idata > duntil)
             continue;
       }