From: Aaron Schulz Date: Tue, 11 Dec 2007 20:18:49 +0000 (+0000) Subject: Fix casing, so that prefixed is actually used. X-Git-Tag: 1.31.0-rc.0~50457 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=6299f85e0d2b1f8e1a6dfac895a5c3fe7cb46832;p=lhc%2Fweb%2Fwiklou.git Fix casing, so that prefixed is actually used. --- 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,