ad_sort_primary_key orderbyWhat it does:
return the primary (first) key of an order spec used byDefined in: /web/philip/packages/acs-core/table-display-procs.tcl
Source code:
if {[regexp {^([^*,]+)} $orderby match]} {
return $match
}
return $orderby