style fix
authorJon goldberg <jon@palantetech.coop>
Thu, 22 Jun 2017 01:31:49 +0000 (21:31 -0400)
committerJon goldberg <jon@palantetech.coop>
Thu, 22 Jun 2017 01:31:49 +0000 (21:31 -0400)
bin/cli.class.php

index f450b74b51d093253e2ba7409fa823e216c9f4d5..d38259182464c6c975045b95590137719b39f208 100644 (file)
@@ -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);