Changeset 189 for trunk/web/addons/toga/search.php
- Timestamp:
- 08/05/05 12:55:27 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/toga/search.php
r186 r189 165 165 166 166 return $timestamp; 167 }168 169 function epochToDatetime( $epoch ) {170 171 return strftime( "%d-%m-%Y %H:%M:%S", $epoch );172 167 } 173 168 … … 446 441 //printf("start = %s stop = %s\n", $start, $stop ); 447 442 443 $tpl->gotoBlock( "timeperiod" ); 444 448 445 $tpl->assign("period_start", epochToDatetime( $period_start ) ); 449 446 $tpl->assign("period_stop", epochToDatetime( $period_stop ) ); 447 448 $tpl->gotoBlock( "_ROOT" ); 450 449 451 450 $hosts_up = array();
Note: See TracChangeset
for help on using the changeset viewer.