Index: revision_moderation_views.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/revision_moderation/Attic/revision_moderation_views.inc,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 revision_moderation_views.inc --- revision_moderation_views.inc 7 Dec 2007 16:43:25 -0000 1.1.2.1 +++ revision_moderation_views.inc 7 Dec 2007 21:11:52 -0000 @@ -98,6 +98,13 @@ // 'help' => t('This allows you to sort alphabetically by author.'), // ) // ), + 'sorts' => array( + 'name' => array( + 'name' => t('Node revision: Created time'), + 'field' => 'timestamp', + 'help' => t('Creation time of the node revision.'), + ) + ), 'filters' => array( 'uid' => array( 'name' => t('Node revision: Author Name'),