Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -307,7 +307,7 @@ |
308 | 308 | if( $groupby ) $groupby = self::split( $groupby, ',' ); |
309 | 309 | |
310 | 310 | $type = $this->type; |
311 | | - $id = ($sortable && $sortable != 'yes') ? " id=\"$sortable\"" : ""; |
| 311 | + $id = ($sortable && $sortable != 1) ? " id=\"$sortable\"" : ""; |
312 | 312 | $sortable = $sortable ? " sortable" : ""; |
313 | 313 | $br = $sortable ? "<br />" : ""; |
314 | 314 | $format = $wgRequest->getText( 'export' ); |