Index: trunk/core/units/visits/visits_tag_processor.php =================================================================== diff -u -N -r2392 -r2407 --- trunk/core/units/visits/visits_tag_processor.php (.../visits_tag_processor.php) (revision 2392) +++ trunk/core/units/visits/visits_tag_processor.php (.../visits_tag_processor.php) (revision 2407) @@ -21,6 +21,16 @@ return 'javascript:OpenUserEdit('.$resource_id.');'; } } + /* + function GetDate($params){ + $get_search_from = $this->Application->GetVar('search_date_from'); + $from_date = $get_search_from?$get_search_from:$this->Application->RecallVar($this->Prefix.'_search_date_from'); + $get_search_to = $this->Application->GetVar('search_date_to'); + $to_date = $get_search_to?$get_search_to:$this->Application->RecallVar($this->Prefix.'_search_date_to'); + if ($params['date_type'] == 'from') return $from_date; + if ($params['date_type'] == 'to') return $to_date; + } + */ } ?> \ No newline at end of file