From f17e6e73360210d18cb29c7d6435f8026b27f315 Mon Sep 17 00:00:00 2001 From: bcroq Date: Fri, 3 Oct 2003 19:40:38 +0000 Subject: [PATCH] =?UTF-8?q?dans=20les=20urls,=20le=20s=E9parateur=20des=20?= =?UTF-8?q?param=E8tres=20doit=20s'=E9crire=20"&"=20et=20non=20avec=20?= =?UTF-8?q?un=20simple=20"&"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index dd39afbda80..e03e1bc4017 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -328,9 +328,9 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="") global $conf; print $name." "; - print ''; + print ''; print ''; - print ''; + print ''; print ''; } @@ -351,9 +351,9 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options=" print ''; } print $name." "; - print ''; + print ''; print ''; - print ''; + print ''; print ''; print ""; } @@ -436,12 +436,12 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so if (strlen($sortfield)) { - $options .= "&sortfield=$sortfield"; + $options .= "&sortfield=$sortfield"; } if (strlen($sortorder)) { - $options .= "&sortorder=$sortorder"; + $options .= "&sortorder=$sortorder"; } // affichage des fleches de navigation