#613666 by Jody Lynn: Fixed Sorting on admin/content table.

merge-requests/26/head
Angie Byron 2009-10-27 04:06:44 +00:00
parent 2d47717b49
commit 9ad53c524a
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ function node_admin_nodes() {
->fields('n')
->fields('u', array('name'))
->limit(50)
->orderByHeader($header)
->execute();
// Build the 'Update options' form.