Explorar el Código

remove a line

stanley-king hace 8 años
padre
commit
3a750d299e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      mobile/control/fcode.php

+ 0 - 1
mobile/control/fcode.php

@@ -124,7 +124,6 @@ class fcodeControl extends mobileControl
             return self::outerr(errcode::ErrParamter, $err);
         }
 
-
         $oper = new fcode\operator($common_id,$batch_code);
         $fcode = $oper->grabed($mobile);
         if($fcode == false) {