Skip to content

Commit 2697e06

Browse files
added continune to omim
1 parent e1295d1 commit 2697e06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

omim/omim.php

-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ function getListOfEntries($ldir)
203203
echo "Downloading $file ...";
204204
if(ftp_get($ftp, $ldir.$file, 'OMIM/'.$file, FTP_BINARY) === FALSE) {
205205
trigger_error("Error in downloading $file");
206-
continue;
207206
}
208207
if(isset($ftp)) ftp_close($ftp);
209208
echo "success!".PHP_EOL;

0 commit comments

Comments
 (0)