tabs to spaces

pull/2696/head
Isaac Connor 2019-08-28 09:19:09 -04:00
parent 320bf823c5
commit c6dd3ffbec
1 changed files with 18 additions and 19 deletions

View File

@ -198,7 +198,7 @@ while ( $event_row = dbFetchNext($results) ) {
# display notes as small text
if ($event->Notes()) {
# if notes include detection objects, then link it to objdetect.jpg
if (strpos($event->Notes(),"detected:")!== false){
if (strpos($event->Notes(),'detected:')!== false){
# make a link
echo makePopupLink( '?view=image&eid='.$event->Id().'&fid=objdetect', 'zmImage',
array('image', reScale($event->Width(), $scale), reScale($event->Height(), $scale)),
@ -209,7 +209,6 @@ while ( $event_row = dbFetchNext($results) ) {
}
}
?>
</td>
<td class="colTime"><?php echo strftime(STRF_FMT_DATETIME_SHORTER, strtotime($event->StartTime())) .
( $event->EndTime() ? ' until ' . strftime(STRF_FMT_DATETIME_SHORTER, strtotime($event->EndTime()) ) : '' ) ?>