From: Jehan-Guillaume (ioguix) de Rorthais Date: Fri, 17 Aug 2012 23:55:12 +0000 (+0200) Subject: Fix forgotten bad variable name in last commit X-Git-Tag: REL_5-1-0~41 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=122f96b0269dfcbf9d8e6401410a0e6b1fababff;p=phppgadmin.git Fix forgotten bad variable name in last commit --- 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 {