assertTrue(is_numeric($job_id)); // Clean up if($job_id) { db_query('DELETE FROM {tripal_jobs} WHERE job_id = :id', [':id' => $job_id]); } } }