From: Jon goldberg Date: Thu, 22 Jun 2017 01:31:49 +0000 (-0400) Subject: style fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0d379049e1a0d821e6e274314e05a98ed7e8f1a6;p=civicrm-core.git style fix --- 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);