@@ -32,7 +32,7 @@ |
||
| 32 | 32 | try { |
| 33 | 33 | $result = $trans->process($url, $summary); |
| 34 | 34 | } catch (\Exception $e) { |
| 35 | - echo "EXCEPTION ". $e->getMessage().$e->getFile().$e->getLine(); |
|
| 35 | + echo "EXCEPTION ".$e->getMessage().$e->getFile().$e->getLine(); |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | echo $result."\n"; |
@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | $row['id'], |
| 111 | 111 | $this->raw |
| 112 | 112 | ) |
| 113 | - );; |
|
| 113 | + ); ; |
|
| 114 | 114 | $this->queueAdapter->skipRow(intval($row['id'])); |
| 115 | 115 | sleep(10); |
| 116 | 116 | continue; |
@@ -324,7 +324,7 @@ discard block |
||
| 324 | 324 | private function sendCompleted() |
| 325 | 325 | { |
| 326 | 326 | $isbn13 = $this->ouvrage->getParam('isbn'); |
| 327 | - if(!empty($isbn)) { |
|
| 327 | + if (!empty($isbn)) { |
|
| 328 | 328 | $isbn13 = substr($isbn13, 0, 20); |
| 329 | 329 | } |
| 330 | 330 | |