Fix casing, so that prefixed is actually used.
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 11 Dec 2007 20:18:49 +0000 (20:18 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 11 Dec 2007 20:18:49 +0000 (20:18 +0000)
maintenance/archives/patch-protected_titles.sql

index 1db4d35..887abd5 100644 (file)
@@ -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,