Quote seemingly numeric values in SQL, as they might
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 31 Aug 2004 01:01:44 +0000 (01:01 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 31 Aug 2004 01:01:44 +0000 (01:01 +0000)
commitb8329819cf38012011cc07c814677c72887690a5
tree1f0844d7adecac4697305ebd13098dce2ff83eac
parentb417a82c1aa088a8ae60f731341241474c394c61
Quote seemingly numeric values in SQL, as they might
actually be strings which may not convert 1:1 if passed
to MySQL as numbers.

fix for Bug 255: Number articles on Special:Newpages
http://bugzilla.wikipedia.org/show_bug.cgi?id=255
includes/Database.php