Partial revert of r37502, 37503: double-quoting of SQL strings
[lhc/web/wiklou.git] / includes / Credits.php
index 62f0b25..6326e3a 100644 (file)
@@ -18,7 +18,6 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
  *
  * @author <evan@wikitravel.org>
- * @package MediaWiki
  */
 
 /**
@@ -30,7 +29,7 @@ function showCreditsPage($article) {
        $fname = 'showCreditsPage';
 
        wfProfileIn( $fname );
-       
+
        $wgOut->setPageTitle( $article->mTitle->getPrefixedText() );
        $wgOut->setSubtitle( wfMsg( 'creditspage' ) );
        $wgOut->setArticleFlag( false );
@@ -185,5 +184,3 @@ function creditOthersLink($article) {
        $skin = $wgUser->getSkin();
        return $skin->makeKnownLink($article->mTitle->getPrefixedText(), wfMsg('others'), 'action=credits');
 }
-
-?>