Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -436,7 +436,6 @@ |
437 | 437 | . '">(' . wfMsg( 'recordadmin-createlink' ) . ')</a><br />'; |
438 | 438 | } |
439 | 439 | $this->form = $form; |
440 | | - print $this->formAtts; |
441 | 440 | } |
442 | 441 | |
443 | 442 | |
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.7.0, 2009-05-23' ); |
| 15 | +define( 'RECORDADMIN_VERSION', '0.8.0, 2009-07-21' ); |
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 |