- Timestamp:
- 12/19/06 19:09:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2.x/Jav_BDP/com/scenari/m/bdp/module/save/HModuleSave.java
r3117 r7818 271 271 try { 272 272 vWsp.hSaveItem(vResult, pHistoMode, vTrans); 273 vWsp.hGetRepository().hGetContentAccess().hDeleteRes(vResult.hGetId(), fItemType.hGetContentFormat(), pUriRes .endsWith("/") ? pUriRes.concat("*") : pUriRes, vTrans);273 vWsp.hGetRepository().hGetContentAccess().hDeleteRes(vResult.hGetId(), fItemType.hGetContentFormat(), pUriRes, vTrans); 274 274 vWsp.hTransactionCommit(vTrans); 275 275 } catch (Exception e) {
Note: See TracChangeset
for help on using the changeset viewer.