comparison artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java @ 194:fde2f193e846

Small typo fix artifacts/trunk@1424 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 08 Mar 2011 10:25:51 +0000
parents 949d69ad3756
children face2302387c
comparison
equal deleted inserted replaced
193:949d69ad3756 194:fde2f193e846
1319 1319
1320 // outdate artifact iff it is only in this collection 1320 // outdate artifact iff it is only in this collection
1321 prepareStatement(SQL_COLLECTION_ITEM_OUTDATE_ARTIFACT); 1321 prepareStatement(SQL_COLLECTION_ITEM_OUTDATE_ARTIFACT);
1322 stmnt.setInt(1, aid); 1322 stmnt.setInt(1, aid);
1323 stmnt.setInt(2, cid); 1323 stmnt.setInt(2, cid);
1324 stmnt.setInt(3, cid); 1324 stmnt.setInt(3, aid);
1325 stmnt.execute(); 1325 stmnt.execute();
1326 reset(); 1326 reset();
1327 1327
1328 // delete collection item 1328 // delete collection item
1329 prepareStatement(SQL_COLLECTION_ITEM_DELETE); 1329 prepareStatement(SQL_COLLECTION_ITEM_DELETE);

http://dive4elements.wald.intevation.org