From 6299f85e0d2b1f8e1a6dfac895a5c3fe7cb46832 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 11 Dec 2007 20:18:49 +0000 Subject: [PATCH] Fix casing, so that prefixed is actually used. --- maintenance/archives/patch-protected_titles.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/archives/patch-protected_titles.sql b/maintenance/archives/patch-protected_titles.sql index 1db4d35494..887abd544d 100644 --- a/maintenance/archives/patch-protected_titles.sql +++ b/maintenance/archives/patch-protected_titles.sql @@ -1,5 +1,5 @@ -- Protected titles - nonexistent pages that have been protected -CREATE TABLE /*$wgDBPrefix*/protected_titles ( +CREATE TABLE /*$wgDBprefix*/protected_titles ( pt_namespace int(11) NOT NULL, pt_title varchar(255) NOT NULL, pt_by int(10) unsigned NOT NULL, -- 2.20.1