diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 4899a65f..5e4e6e69 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -330,11 +330,11 @@ class lamList { if ($this->sortDirection < 0) { $sortImage = "sort_desc.png"; } - echo "type . "&". + echo "type . "&". "sort=" . strtolower($this->attrArray[$k]) . $this->filterText . "&norefresh=y" . "\">" . $this->descArray[$k] . " \"sort\n"; } - else echo "type . "&". + else echo "type . "&". "sort=" . strtolower($this->attrArray[$k]) . $this->filterText . "&norefresh=y" . "\">" . $this->descArray[$k] . "\n"; } echo "\n"; @@ -356,8 +356,8 @@ class lamList { if (isset($_POST["filter" . strtolower($this->attrArray[$k])])) { $value = " value=\"" . $_POST["filter" . strtolower($this->attrArray[$k])] . "\""; } - echo ""; - echo ("attrArray[$k]) ."\"" . $value . " onkeypress=\"SubmitForm('apply_filter', event)\">"); + echo ""; + echo "attrArray[$k]) ."\"" . $value . " onkeypress=\"SubmitForm('apply_filter', event)\">"; echo "\n"; } echo "\n";