From 0d379049e1a0d821e6e274314e05a98ed7e8f1a6 Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Wed, 21 Jun 2017 21:31:49 -0400 Subject: [PATCH] style fix --- bin/cli.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.class.php b/bin/cli.class.php index f450b74b51..d382591824 100644 --- a/bin/cli.class.php +++ b/bin/cli.class.php @@ -436,7 +436,7 @@ class civicrm_cli_csv_file extends civicrm_cli { $GLOBALS['_DB_DATAOBJECT']['RESULTSEQ'] = 1; $GLOBALS['_DB_DATAOBJECT']['RESULTFIELDS'] = array(); // Forces garbage collection - memory_get_usage(true); + memory_get_usage(TRUE); } $params = $this->convertLine($data); $this->processLine($params); -- 2.25.1