From 190d097ce0c9919218952cb39fcc33968fdf08c7 Mon Sep 17 00:00:00 2001 From: ioguix Date: Mon, 16 Jul 2007 08:45:00 +0000 Subject: [PATCH] explicit links "constraints.php?..." instead of "?..." --- constraints.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/constraints.php b/constraints.php index de443bd2..9ae7ab18 100644 --- a/constraints.php +++ b/constraints.php @@ -3,7 +3,7 @@ /** * List constraints on a table * - * $Id: constraints.php,v 1.49 2007/07/12 19:26:22 xzilla Exp $ + * $Id: constraints.php,v 1.50 2007/07/16 08:45:00 ioguix Exp $ */ // Include application functions @@ -476,13 +476,13 @@ $misc->printTable($constraints, $columns, $actions, $lang['strnoconstraints'], 'cnPre'); - echo "

href}&table=", urlencode($_REQUEST['table']), + echo "

href}&table=", urlencode($_REQUEST['table']), "\">{$lang['straddcheck']} |\n"; - echo "href}&table=", urlencode($_REQUEST['table']), + echo "href}&table=", urlencode($_REQUEST['table']), "\">{$lang['stradduniq']} |\n"; - echo "href}&table=", urlencode($_REQUEST['table']), + echo "href}&table=", urlencode($_REQUEST['table']), "\">{$lang['straddpk']} |\n"; - echo "href}&table=", urlencode($_REQUEST['table']), + echo "href}&table=", urlencode($_REQUEST['table']), "\">{$lang['straddfk']}

\n"; } -- 2.39.5