Skip to content

Commit

Permalink
Minor bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Feb 11, 2003
1 parent e87f1bd commit 8f90b19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/Subscribe/subscribemail.pl
Expand Up @@ -117,6 +117,8 @@
$statsSave->addStatDaily("subscribe_renew_users", $renew_count);
$statsSave->addStatDaily("subscribe_renew_pages", $sum_renew_pages);
$statsSave->addStatDaily("subscribe_renew_payments", $sum_renew_payments);
# If this stat doesn't already exist for yesterday, create it.
$statsSave->createStatDaily("subscribe_runout", 0);
}

}
Expand Down

0 comments on commit 8f90b19

Please sign in to comment.