From 7095f1fb0f27471ea4f71fe18438ed8dd7efabe3 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 9 Jul 2007 16:18:31 +0000 Subject: [PATCH] Show results git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@88 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- call.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call.inc.php b/call.inc.php index d579f9b2..e2bb2ff0 100644 --- a/call.inc.php +++ b/call.inc.php @@ -51,7 +51,7 @@ if ($_POST) { if (!$result) { echo "

" . lang('Error during calling') . ": " . htmlspecialchars($error) . "

\n"; } else { - if ($result == true) { + if ($result === true) { echo "

$message

\n"; } else { select($result);