@@ -426,7 +426,7 @@ |
||
426 | 426 | { |
427 | 427 | $dbf_name = $this->_getFilename('.dbf'); |
428 | 428 | $result = @dbase_create($dbf_name, $this->DBFHeader); |
429 | - if ($result === false ) { |
|
429 | + if ($result === false) { |
|
430 | 430 | $this->setError(sprintf('It wasn\'t possible to create the DBase file "%s"', $dbf_name)); |
431 | 431 | return false; |
432 | 432 | } |