From 8e61c8d95112709124c92dc7fcb61d2534733a9c Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 21 Oct 2014 11:34:10 +0800 Subject: [PATCH] UpdateCurrencyRate.php --- UpdateCurrencyRate.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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; -- 2.39.2