UpdateCurrencyRate.php
[Pman.Core] / UpdateCurrencyRate.php
index 30a6b06..254e469 100644 (file)
@@ -104,8 +104,11 @@ class Pman_Core_UpdateCurrencyRate extends Pman
             }
         }
         
-        $this->jok("DONE");
+        if(empty($opts['procedures-only'])){
+            $this->jok("DONE");
+        }
         
+        return;
     }
     
     function processCurrRate($currency, $rate, $from, $to)
@@ -162,18 +165,4 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         return $response;
     }
     
-    /*
-    lang:en
-    result:1
-    date1:10/14/14
-    date:10/20/14
-    date_fmt:us
-    exch:USD
-    exch2:
-    expr:EUR
-    expr2:
-    margin_fixed:0
-    format:HTML
-    SUBMIT:Get Table
-    */
 }
\ No newline at end of file