tablesort_init($header)
drupal/includes/tablesort.inc, line 14
Initialize the table sort context.
function tablesort_init($header) {
$ts = tablesort_get_order($header);
$ts['sort'] = tablesort_get_sort($header);
$ts['query_string'] = tablesort_get_querystring();
return $ts;
}