dever 6 vuotta sitten
vanhempi
commit
c8ef211466
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      journal/lib/Pay.php

+ 0 - 1
journal/lib/Pay.php

@@ -13,7 +13,6 @@ class Pay
         $where['type'] = 3;
         $where['status'] = 2;
         $data = Dever::db('journal/order')->getUnCode($where);
-        echo Dever::sql();
         if ($data) {
             print_r($data);die;
             foreach ($data as $k => $v) {