Raimond Spekking has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/81013


Change subject: Use SQL comment style
......................................................................

Use SQL comment style

If you run this script with 'php sql.php repo/maintenance/extractInterlang.sql"
if fails.

Change-Id: I2529f2cfe22c0b066548bd9b2f8b542f84e274d8
---
M repo/maintenance/extractInterlang.sql
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/13/81013/1

diff --git a/repo/maintenance/extractInterlang.sql 
b/repo/maintenance/extractInterlang.sql
index 44381e3..0152208 100644
--- a/repo/maintenance/extractInterlang.sql
+++ b/repo/maintenance/extractInterlang.sql
@@ -1,6 +1,4 @@
-/**
- * Extracts interlanguage links in the format used by importInterlanguage.php
- */
+-- Extracts interlanguage links in the format used by importInterlanguage.php
 select distinct page_title, ll_lang, ll_title
 from page, langlinks 
 where page_id = ll_from and page_namespace = 0

-- 
To view, visit https://gerrit.wikimedia.org/r/81013
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2529f2cfe22c0b066548bd9b2f8b542f84e274d8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to