Commit 698c7971f5bce2a80c5582fbc4fd94549135a087
1 parent
1fcce92b
Exists in
master
and in
81 other branches
Fix regression in TT/catalog upload (#7926)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
php/classes/AmdaAction.php
... | ... | @@ -664,6 +664,7 @@ class AmdaAction |
664 | 664 | $result = $this->executeRequest((Object) array( |
665 | 665 | 'compression' => 'none', |
666 | 666 | 'fileformat' => 'internal', |
667 | + 'timeformat' => 'YYYY-MM-DDThh:mm:ss', | |
667 | 668 | 'sendToSamp' => FALSE, |
668 | 669 | 'list' => array( |
669 | 670 | (Object) array( | ... | ... |