GoogleTranslate.php
authorChris <chris@roojs.com>
Wed, 2 Apr 2014 10:37:06 +0000 (18:37 +0800)
committerChris <chris@roojs.com>
Wed, 2 Apr 2014 10:37:06 +0000 (18:37 +0800)
GoogleTranslate.php

index 0d2e71b..65961cd 100644 (file)
@@ -50,7 +50,7 @@ class Pman_Core_GoogleTranslate extends Pman
  
         $response = curl_exec($handle);
         
-        print_r(http_build_query($param));
+//        print_r(http_build_query($param));
         
         $responseDecoded = json_decode($response, true);
         curl_close($handle);