| @@ -64,7 +64,7 @@ | ||
| 64 | 64 |      { | 
| 65 | 65 | $db = $this->getDB(); | 
| 66 | 66 | $where = 'process_id_completed=' . $db->fullQuoteStr($process->getProcess_id(), $this->tableName) . | 
| 67 | - ' AND exec_time > 0 '; | |
| 67 | + ' AND exec_time > 0 '; | |
| 68 | 68 | $limit = 1; | 
| 69 | 69 | $groupby = ''; | 
| 70 | 70 | |