r42792 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42791‎ | r42792 | r42793 >
Date:00:07, 30 October 2008
Author:tparscal
Status:old
Tags:
Comment:
Removed configuration variables for table names.
Modified paths:
  • /branches/CentralNotice-SpecialPage-Integration/CentralNotice.php (modified) (history)

Diff [purge]

Index: branches/CentralNotice-SpecialPage-Integration/CentralNotice.php
@@ -83,11 +83,6 @@
8484 $wgSpecialPageGroups['NoticeTranslate'] = 'wiki'; // Wiki data and tools"
8585 $wgSpecialPageGroups['NoticeTemplate'] = 'wiki'; // Wiki data and tools"
8686
87 -
88 -$egCentralNoticeTableNames['templates'] = 'central_notice_templates';
89 -$egCentralNoticeTableNames['campaign'] = 'central_notice_campaign';
90 -$egCentralNoticeTableNames['assignments'] = 'central_notice_template_assignments';
91 -
9287 function efCentralNoticeSetup() {
9388 global $wgHooks, $wgNoticeInfrastructure;
9489 global $wgAutoloadClasses, $wgSpecialPages;

Status & tagging log