X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bin%2Fcli.class.php;h=10bb27db0d472a27bd73a111659237aed45e8e18;hb=1284e6407f58a0822d740f8a00e75bdf34525cc2;hp=d1db53c541d28b48bddc9c2690c3de4ba558a623;hpb=5c8949b0228b0287d1d4725d220a24e4d774c0f4;p=civicrm-core.git diff --git a/bin/cli.class.php b/bin/cli.class.php index d1db53c541..10bb27db0d 100644 --- a/bin/cli.class.php +++ b/bin/cli.class.php @@ -21,7 +21,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * This files provides several classes for doing command line work with @@ -307,6 +307,7 @@ class civicrm_cli { // that properly logs print "$error\n"; } + } /** @@ -348,6 +349,7 @@ class civicrm_cli_csv_exporter extends civicrm_cli { fclose($out); echo "\n"; } + } /** @@ -422,6 +424,7 @@ class civicrm_cli_csv_file extends civicrm_cli { $params['version'] = 3; return $params; } + } /** @@ -442,6 +445,7 @@ class civicrm_cli_csv_importer extends civicrm_cli_csv_file { echo "\nline " . $this->row . ": created " . $this->_entity . " id: " . $result['id'] . "\n"; } } + } /** @@ -462,4 +466,5 @@ class civicrm_cli_csv_deleter extends civicrm_cli_csv_file { echo "\nline " . $this->row . ": deleted\n"; } } + }