mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
Bugfix
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1457 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -227,6 +227,7 @@ public class ChecksumHistoryDAO extends DAOSupport
|
||||
Long dur = (Long) interests.get(result);
|
||||
count += deleteHistoryByDateAndCode(new Date(now
|
||||
- dur.longValue()), result, conn);
|
||||
conn.commit();
|
||||
}
|
||||
return count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user