From 6ccbf5263d4cd746fb3b153ed47e8f24f4ec9d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Mar 2010 08:28:33 +0000 Subject: [PATCH] Do not attempt to show page title when it is not set. --- setup/frames/servers.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/frames/servers.inc.php b/setup/frames/servers.inc.php index e2a4e12aa..f6aa1ce50 100644 --- a/setup/frames/servers.inc.php +++ b/setup/frames/servers.inc.php @@ -38,9 +38,9 @@ if ($mode == 'edit' && $server_exists) { $page_title = $GLOBALS['strSetupServersAdd']; $id = 0; } -?> -

-' . $page_title . ''; +} $form_display = new FormDisplay(); $form_display->registerForm('Server', $id); $form_display->registerForm('Server_login_options', $id);