@@ -71,8 +71,11 @@ |
||
| 71 | 71 | </div> |
| 72 | 72 | <?php elseif ($process->getState() == 'cancelled'): ?> |
| 73 | 73 | <?php echo $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.process.cancelled'); ?> |
| 74 | - <?php else: ?> |
|
| 75 | - <?php echo $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.process.success'); ?> |
|
| 74 | + <?php else { |
|
| 75 | + : ?> |
|
| 76 | + <?php echo $this->getLLLabel('LLL:EXT:crawler/modfunc1/locallang.xml:labels.process.success'); |
|
| 77 | +} |
|
| 78 | +?> |
|
| 76 | 79 | <?php endif; ?> |
| 77 | 80 | </td> |
| 78 | 81 | </tr> |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | { |
| 67 | 67 | $db = $this->getDB(); |
| 68 | 68 | $where = 'process_id_completed='.$db->fullQuoteStr($process->getProcess_id(), $this->tableName). |
| 69 | - ' AND exec_time > 0 '; |
|
| 69 | + ' AND exec_time > 0 '; |
|
| 70 | 70 | $limit = 1; |
| 71 | 71 | $groupby = ''; |
| 72 | 72 | |