Fix EndTime to EndDateTime
This commit is contained in:
parent
e085e08caa
commit
ee89eb45e6
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue