From: Edward Date: Tue, 21 Oct 2014 03:34:10 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8e61c8d95112709124c92dc7fcb61d2534733a9c UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 6dc29671..e78d3e3d 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -7,15 +7,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman static $cli_desc = "Update Currency Exchange Rate"; - static $cli_opts = array( - 'procedures-only' => array( - 'desc' => 'Only run procedures and return', - 'short' => 'p', - 'default' => '', - 'min' => 1, - 'max' => 1, - ), - ); + static $cli_opts = array(); var $cli = false;