Better comment for why ads are being reprocessed.

This commit is contained in:
Colin Kuskie 2009-06-16 18:00:31 +00:00
parent e004e31857
commit d09015502e

View file

@ -379,7 +379,7 @@ sub www_view {
$cache->set($out, 60);
$session->stow->delete("cacheFixOverride");
}
# keep those ads rotating
# keep those ads rotating even though the output is cached
while ($out =~ /(\[AD\:([^\]]+)\])/gs) {
my $code = $1;
my $adSpace = WebGUI::AdSpace->newByName($session, $2);