From 1c16a45e3a62152255c35b2e7359e730d4b5e54c Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 3 Dec 2006 17:05:31 +1300 Subject: [PATCH] Remove another E_NOTICE warning. --- htdocs/relationship_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/relationship_types.php b/htdocs/relationship_types.php index 17609c56..d17ffd64 100644 --- a/htdocs/relationship_types.php +++ b/htdocs/relationship_types.php @@ -106,7 +106,7 @@ if ( $confirmation_required ) { printf('

%s

', $_SERVER['REQUEST_URI'], $confirmation_hash, translate("Confirm Deletion of the Relationship Type")); } -echo "
"; +printf( '', $_SERVER['REQUEST_URI']); echo $browser->Render(); echo "
";