Index: branches/unlabeled/unlabeled-1.13.2/core/units/visits/visits_event_handler.php =================================================================== diff -u -N -r3323 -r6481 --- branches/unlabeled/unlabeled-1.13.2/core/units/visits/visits_event_handler.php (.../visits_event_handler.php) (revision 3323) +++ branches/unlabeled/unlabeled-1.13.2/core/units/visits/visits_event_handler.php (.../visits_event_handler.php) (revision 6481) @@ -81,6 +81,11 @@ } } + function OnResetAll(&$event) + { + $sql = 'DELETE FROM '.$this->Application->getUnitOption($event->Prefix, 'TableName'); + $this->Conn->ChangeQuery($sql); + } } ?> \ No newline at end of file