From 122f96b0269dfcbf9d8e6401410a0e6b1fababff Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Sat, 18 Aug 2012 01:55:12 +0200 Subject: [PATCH] Fix forgotten bad variable name in last commit --- display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/display.php b/display.php index 4d0f87ae..5551500a 100644 --- a/display.php +++ b/display.php @@ -292,7 +292,7 @@ } /* Print table header cells - * @param $sortLink must be urlencoded already + * @param $args - associative array for sort link parameters * */ function printTableHeaderCells(&$rs, $args, $withOid) { global $misc, $data, $conf; @@ -306,7 +306,7 @@ } $finfo = $rs->fetchField($j); - if ($sortLink === false) { + if ($args === false) { echo "", $misc->printVal($finfo->name), "\n"; } else { -- 2.39.5