r39502 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39501‎ | r39502 | r39503 >
Date:21:02, 16 August 2008
Author:catrope
Status:old
Tags:
Comment:
(bug 15173) Make prop={links,templatelinks} not break in PostgreSQL
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryLinks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryLinks.php
@@ -76,9 +76,9 @@
7777 $params = $this->extractRequestParams();
7878
7979 $this->addFields(array (
80 - $this->prefix . '_from pl_from',
81 - $this->prefix . '_namespace pl_namespace',
82 - $this->prefix . '_title pl_title'
 80+ $this->prefix . '_from AS pl_from',
 81+ $this->prefix . '_namespace AS pl_namespace',
 82+ $this->prefix . '_title AS pl_title'
8383 ));
8484
8585 $this->addTables($this->table);

Status & tagging log