Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -917,6 +917,8 @@ |
918 | 918 | $name = 'wpSelect'; |
919 | 919 | $invert = false; |
920 | 920 | $orderby = 'created desc'; |
| 921 | + $groupby = false; |
| 922 | + $format = false; |
921 | 923 | $cols = false; |
922 | 924 | $sortable = true; |
923 | 925 | $template = false; |
Index: trunk/extensions/RecordAdmin/RecordAdmin.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @licence GNU General Public Licence 2.0 or later |
13 | 13 | */ |
14 | 14 | |
15 | | -define( 'RECORDADMIN_VERSION', '0.10.2, 2010-01-19' ); |
| 15 | +define( 'RECORDADMIN_VERSION', '0.10.3, 2010-01-24' ); |
16 | 16 | |
17 | 17 | $wgRecordAdminUseNamespaces = false; # Whether record articles should be in a namespace of the same name as their type |
18 | 18 | $wgRecordAdminCategory = 'Records'; # Category containing record types |