Skip to content
Snippets Groups Projects
Commit 0d379049 authored by Jon goldberg's avatar Jon goldberg
Browse files

style fix

parent 6c07d162
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment