projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c07d16
)
style fix
author
Jon goldberg
<jon@palantetech.coop>
Thu, 22 Jun 2017 01:31:49 +0000
(21:31 -0400)
committer
Jon goldberg
<jon@palantetech.coop>
Thu, 22 Jun 2017 01:31:49 +0000
(21:31 -0400)
bin/cli.class.php
patch
|
blob
|
blame
|
history
diff --git
a/bin/cli.class.php
b/bin/cli.class.php
index f450b74b51d093253e2ba7409fa823e216c9f4d5..d38259182464c6c975045b95590137719b39f208 100644
(file)
--- 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);