From b818ffae24857f39a57c7c43dea2c9aa87815368 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 3 Dec 2008 13:24:17 +0000 Subject: New Feature: admin can check urls validity git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@190 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/top.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/top.inc.php') diff --git a/templates/top.inc.php b/templates/top.inc.php index d2f05ea..55f0aaa 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -47,7 +47,7 @@ if(!isset($_GET['popup'])) { if (isset($subtitle)) { echo '

'. $subtitle ."

\n"; } -if (isset($error) && $msg!='') { +if (isset($error) && $error!='') { echo '

'. $error ."

\n"; } if (isset($msg) && $msg!='') { -- cgit v1.2.3-54-g00ecf