From 5e3a1a62043cc4602f5fc4fb871d09da65b5a277 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sat, 29 Sep 2012 10:23:09 +0200 Subject: Some adaptations required for Smarty3 --- smarty/templates/rpmphp/zoom.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smarty/templates/rpmphp/zoom.tpl') diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl index 4dcd7a2..09eb98f 100644 --- a/smarty/templates/rpmphp/zoom.tpl +++ b/smarty/templates/rpmphp/zoom.tpl @@ -19,7 +19,7 @@ * along with rpmphp. If not, see . *} -{if $error} +{if isset($error)} {if $error eq 'missing_name'}

Missing package name

@@ -30,7 +30,7 @@

Ooops, an error occured:
{$error}

{/if} {/if} -{if $pkgdb} +{if isset($pkgdb)} {else} -- cgit