small update of database compiler
This commit is contained in:
@@ -24,7 +24,7 @@ function sort_hashes($inputFile) {
|
||||
}
|
||||
|
||||
// Write the word to the file
|
||||
fwrite($fileHandle, $line . PHP_EOL);
|
||||
fwrite($fileHandle, $line);
|
||||
|
||||
// Close the file handle
|
||||
fclose($fileHandle);
|
||||
|
||||
Reference in New Issue
Block a user