diff --git a/importexport/inc/class.importexport_helper_functions.inc.php b/importexport/inc/class.importexport_helper_functions.inc.php index 7bdb3ba7d9..ff7b3c2516 100755 --- a/importexport/inc/class.importexport_helper_functions.inc.php +++ b/importexport/inc/class.importexport_helper_functions.inc.php @@ -36,7 +36,7 @@ class importexport_helper_functions { 'Last week' => array(0,0,0,-1, 0,0,0,0), 'This month' => array(0,0,0,0, 0,1,0,0), 'Last month' => array(0,-1,0,0, 0,0,0,0), - 'Last 3 months' => array(0,-3,0,0, 0,1,0,0), + 'Last 3 months' => array(0,-3,0,0, 0,0,0,0), 'This quarter'=> array(0,0,0,0, 0,0,0,0), // Just a marker, needs special handling 'Last quarter'=> array(0,-4,0,0, 0,-4,0,0), // Just a marker 'This year' => array(0,0,0,0, 1,0,0,0),