fix badly formatted line
parent
da73ecee08
commit
21d4773da9
|
|
@ -155,8 +155,7 @@ while ( $event_row = dbFetchNext($results) ) {
|
|||
<td class="colAlarmFrames"><?php echo makeLink( '?view=frames&eid='.$event->Id(), $event->AlarmFrames() ) ?></td>
|
||||
<td class="colTotScore"><?php echo $event->TotScore() ?></td>
|
||||
<td class="colAvgScore"><?php echo $event->AvgScore() ?></td>
|
||||
<td class="colMaxScore"><?php echo
|
||||
$event->MaxScore();
|
||||
<td class="colMaxScore"><?php echo $event->MaxScore() ?></td>
|
||||
<?php
|
||||
if ( ZM_WEB_EVENT_DISK_SPACE ) {
|
||||
$disk_space_total += $event->DiskSpace();
|
||||
|
|
|
|||
Loading…
Reference in New Issue