Fix EndTime to EndDateTime

This commit is contained in:
Isaac Connor 2020-11-04 18:39:02 -05:00
parent e085e08caa
commit ee89eb45e6
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ $statusData = array(
'Notes' => true, 'Notes' => true,
'StartDateTime' => true, 'StartDateTime' => true,
'StartTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ), 'StartTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'EndTime' => true, 'EndDateTime' => true,
'Width' => true, 'Width' => true,
'Height' => true, 'Height' => true,
'Length' => true, 'Length' => true,
@ -135,7 +135,7 @@ $statusData = array(
'Cause' => true, 'Cause' => true,
'StartDateTime' => true, 'StartDateTime' => true,
'StartTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ), 'StartTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'EndTime' => true, 'EndDateTime' => true,
'Width' => true, 'Width' => true,
'Height' => true, 'Height' => true,
'Length' => true, 'Length' => true,