stanley-king преди 8 години
родител
ревизия
3a750d299e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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) {