UpdateCurrencyRate.php
authorAlan Knowles <alan@roojs.com>
Mon, 5 Oct 2015 08:29:47 +0000 (16:29 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 5 Oct 2015 08:29:47 +0000 (16:29 +0800)
UpdateCurrencyRate.php

index 54bed5c..a418cd5 100644 (file)
@@ -34,7 +34,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
     function get($args, $opts)
     {   
         
-        DB_DataObject::DebugLevel(1);
+        //DB_DataObject::DebugLevel(1);
         $d = DB_DataObject::Factory('core_curr_rate');
         $d->loadRates();