modified : extra break removed from a switch statement
This commit is contained in:
parent
0e2dcd269d
commit
4715d1167e
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ switch($mode)
|
|||
|
||||
echo json_encode( array("success"=>"yes","file_name"=>$filename, "extension" => getExt( $filePath ), "file_directory" => $directory ) );
|
||||
}*/
|
||||
break;
|
||||
// break;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue