Drupal: Remove sort(able) from Country column.

This commit is contained in:
Shawn Kwang 2017-07-10 11:53:46 -05:00
parent f1d2770d40
commit 78b790bc6b
2 changed files with 5 additions and 5 deletions
drupal/sites/all/features

View File

@ -3161,7 +3161,7 @@ else {
'separator' => '',
),
'country' => array(
'sortable' => 1,
'sortable' => 0,
'separator' => '',
),
'nusers' => array(
@ -3258,7 +3258,7 @@ else {
'separator' => '',
),
'country' => array(
'sortable' => 1,
'sortable' => 0,
'separator' => '',
),
'nusers' => array(
@ -4351,7 +4351,7 @@ echo l(bts(\'Remove\', array(), NULL, \'boinc:remove-team-member\'), "community/
'separator' => '',
),
'country' => array(
'sortable' => 1,
'sortable' => 0,
'separator' => '',
),
'expavg_credit' => array(

View File

@ -10383,7 +10383,7 @@ else {
'separator' => '',
),
'country' => array(
'sortable' => 1,
'sortable' => 0,
'separator' => '',
),
'create_time' => array(
@ -10748,7 +10748,7 @@ else {
'separator' => '',
),
'country' => array(
'sortable' => 1,
'sortable' => 0,
'separator' => '',
),
'expavg_credit' => array(