From fe535c030df24db2f280a74e0ff350e27bb1d4d5 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 4 May 2009 18:35:49 +0000 Subject: [PATCH] * (bug 6802) profileinfo.php now also work on other database servers than MySQL Based on patches by Robert Treat (http://bug-attachment.wikimedia.org/attachment.cgi?id=2311) and Karun Dambiec (http://bug-attachment.wikimedia.org/attachment.cgi?id=6083) --- RELEASE-NOTES | 1 + profileinfo.php | 26 +++++--------------------- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a1ddd465cb..cf44aee917 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -113,6 +113,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN possible. * (bug 18677) Give proper error message when viewing &action=protect without sufficient rights +* (bug 6802) profileinfo.php now also work on other database servers than MySQL == API changes in 1.16 == diff --git a/profileinfo.php b/profileinfo.php index d1cf853632..6056433786 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -1,13 +1,10 @@