chiark / gitweb /
Fix sort arrows on data age table
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 18 Oct 2009 18:31:15 +0000 (19:31 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 18 Oct 2009 18:31:15 +0000 (19:31 +0100)
yarrg/web/query_age

index f9466d385f0fd5198135ef4a8e2aa7fac51c000a..7cfe54e291799e6c8daa53ec0207c0f4d37eeead 100644 (file)
@@ -102,7 +102,7 @@ $sth->execute();
        {}, {},
        { DoReverse => 1,
          Numeric => 1,
        {}, {},
        { DoReverse => 1,
          Numeric => 1,
-         SortKey => "da_ages[rowid]" }]
+         SortKey => "dat_ages[rowid]" }]
   &>
   ts_sortkeys= <% to_json_protecttags(\%ts_sortkeys) %>;
 </&tabsort>
   &>
   ts_sortkeys= <% to_json_protecttags(\%ts_sortkeys) %>;
 </&tabsort>