Skip to content

Commit

Permalink
Fixed issue #7246: Impossible to filter by date
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 7, 2013
1 parent d1b3598 commit df2f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/export/statistics_view.php
Expand Up @@ -437,7 +437,7 @@
."<br />\n"

."\t<span class='smalltext'>".$clang->gT("Date (YYYY-MM-DD) equals").":<br />\n"
.CHtml::textField($myfield3,isset($_POST[$myfield3])?$_POST[$myfield2]:'',array() )
.CHtml::textField($myfield3,isset($_POST[$myfield3])?$_POST[$myfield3]:'',array() )
."<br />\n"
."\t&nbsp;&nbsp;".$clang->gT("Date is")." >=<br />\n"
.CHtml::textField($myfield4,isset($_POST[$myfield4])?$_POST[$myfield4]:'',array() )
Expand Down

0 comments on commit df2f91d

Please sign in to comment.