Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Test scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed May 2, 2017
1 parent 4cee67b commit 50b86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/query.php
Expand Up @@ -39,7 +39,7 @@
/**
* For a strange reason, html_entity_decode decodes correctly
* but the string is not usable in createFormFormat which
* returns FALSE, so have to use str_replace
* returns FALSE, so have to use str_replace.
*/
$readableDate = DateTime::createFromFormat('m-d Y', trim(str_replace(' ', ' ', $date[1][0])));

Expand Down

0 comments on commit 50b86d0

Please sign in to comment.