Wasn't clearing out hash table after flushing its contents to the db.

This commit is contained in:
terry%netscape.com 1999-02-12 15:02:18 +00:00
Родитель 26ef0a94a2
Коммит f25091afa7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,7 @@ sub Flush {
Query("insert into stats (id, date, count) values ($id, '$date', $count)");
}
}
undef %counts;
}