Index: trunk/core/units/visits/visits_event_handler.php =================================================================== diff -u -N -r2402 -r2407 --- trunk/core/units/visits/visits_event_handler.php (.../visits_event_handler.php) (revision 2402) +++ trunk/core/units/visits/visits_event_handler.php (.../visits_event_handler.php) (revision 2407) @@ -20,7 +20,19 @@ $this->Application->SetVar('visits_id', $object->GetID() ); } } + + /** + * Search + * + * @param kEvent $event + */ + function OnSearch(&$event){ + parent::OnSearch($event); + + + } + }