From f159ad53cddc9b4f8119401849cf5ae4fcb5719e Mon Sep 17 00:00:00 2001 From: cvs Date: Wed, 6 Feb 2002 01:22:56 +0000 Subject: [PATCH] *** empty log message *** --- source/mircoders/servlet/ServletModuleContent.java | 24 ++-------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/source/mircoders/servlet/ServletModuleContent.java b/source/mircoders/servlet/ServletModuleContent.java index a55f6cc1..85de290b 100755 --- a/source/mircoders/servlet/ServletModuleContent.java +++ b/source/mircoders/servlet/ServletModuleContent.java @@ -146,12 +146,8 @@ public class ServletModuleContent extends ServletModule mergeData.put("new", "1"); mergeData.put("is_published", "1"); String now = StringUtil.date2webdbDate(new GregorianCalendar()); - mergeData.put("date", new SimpleScalar(now)); - try { - mergeData.put("themenPopupData", themenModule.getTopicsAsSimpleList()); - } catch (ModuleException e) { - theLog.printError("themenPopupData could not be fetched."); - } + mergeData.put("date", new SimpleScalar(now)); + mergeData.put("themenPopupData", themenModule.getTopicsAsSimpleList()); try { mergeData.put("articletypePopupData", DatabaseArticleType.getInstance().getPopupData()); } catch (Exception e) { @@ -162,11 +158,7 @@ public class ServletModuleContent extends ServletModule } catch (Exception e) { theLog.printError("language-popup could not be fetched."); } - try { mergeData.put("schwerpunktPopupData", schwerpunktModule.getSchwerpunktAsSimpleList()); - } catch (ModuleException e) { - theLog.printError("schwerpunktPopupData could not be fetched."); - } mergeData.put("login_user", user); deliver(req, res, mergeData, templateObjektString); } @@ -272,10 +264,6 @@ public class ServletModuleContent extends ServletModule catch(ModuleException e) { theLog.printError("smod content :: attach :: could not get entityContent"); } - catch(StorageObjectException e) { - theLog.printError("smod content :: attach :: could not get entityContent"); - } - _showObject(idParam, req, res); } @@ -293,10 +281,6 @@ public class ServletModuleContent extends ServletModule catch(ModuleException e) { theLog.printError("smod content :: dettach :: could not get entityContent"); } - catch(StorageObjectException e) { - theLog.printError("smod content :: dettach :: could not get entityContent"); - } - _showObject(cidParam, req, res); } @@ -311,10 +295,6 @@ public class ServletModuleContent extends ServletModule catch(ModuleException e) { theLog.printError("smod content :: newswire :: could not get entityContent"); } - catch(StorageObjectException e) { - theLog.printError("smod content :: newswire :: could not get entityContent"); - } - list(req, res); } -- 2.11.0