mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-04 22:17:38 -05:00
fix merge
This commit is contained in:
@@ -38,11 +38,6 @@
|
||||
#include "zm_storage.h"
|
||||
#include "zm_monitor.h"
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
// sendfile tricks
|
||||
extern "C" {
|
||||
>>>>>>> storageareas
|
||||
#include "zm_sendfile.h"
|
||||
|
||||
bool EventStream::loadInitialEventData( int monitor_id, time_t event_time ) {
|
||||
@@ -142,10 +137,7 @@ bool EventStream::loadEventData( int event_id ) {
|
||||
event_data->start_time = atoi(dbrow[3]);
|
||||
event_data->duration = atof(dbrow[4]);
|
||||
strncpy( event_data->video_file, dbrow[5], sizeof( event_data->video_file )-1 );
|
||||
<<<<<<< HEAD
|
||||
mysql_free_result( result );
|
||||
=======
|
||||
>>>>>>> storageareas
|
||||
|
||||
Storage * storage = new Storage( event_data->storage_id );
|
||||
const char *storage_path = storage->Path();
|
||||
|
||||
@@ -147,7 +147,6 @@ if ( (null !== $filter->Concurrent()) and $filter->Concurrent() )
|
||||
<table id="fieldsTable" class="filterTable">
|
||||
<tbody>
|
||||
<?php
|
||||
var_dump($terms);
|
||||
for ( $i = 0; $i < count($terms); $i++ ) {
|
||||
$term = $terms[$i];
|
||||
if ( ! isset( $term['op'] ) )
|
||||
|
||||
Reference in New Issue
Block a user