r23548 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23547‎ | r23548 | r23549 >
Date:10:28, 29 June 2007
Author:tstarling
Status:old
Tags:
Comment:
Fix syntax errors caused by simetrical's ?> purge. Somehow the cure seems worse than the disease.
Modified paths:
  • /trunk/extensions/AntiSpoof/equivset.php (modified) (history)
  • /trunk/extensions/Wikidata/util/missing.php (modified) (history)
  • /trunk/extensions/gis/gissettings.php (modified) (history)
  • /trunk/extensions/gis/kml.php (modified) (history)
  • /trunk/extensions/wikihiero/wh_table.php (modified) (history)

Diff [purge]

Index: trunk/extensions/gis/gissettings.php
@@ -3,6 +3,6 @@
44 # wiki/extensions or phase3/extensions. Your configuration may be
55 # different!
66
7 -$wikibasedir = "../.."
 7+$wikibasedir = "../..";
88
99
Index: trunk/extensions/gis/kml.php
@@ -61,7 +61,7 @@
6262 if ( $wgRequest->getVal('BBOX', '') == '' ) {
6363 $title = $wgRequest->getVal( 'title','' );
6464 $coords = $wgRequest->getVal( 'coords','0,0' );
65 -
 65+?>
6666 <Folder>
6767 <description>Wikipedia</description>
6868 <name>Wikipedia</name>
@@ -120,4 +120,4 @@
121121
122122 exit ( 0 ) ;
123123
124 -
 124+?>
Index: trunk/extensions/wikihiero/wh_table.php
@@ -60,7 +60,7 @@
6161 return '';
6262 }
6363
64 -
 64+?>
6565 <html lang=<?php echo $lang; ?>>
6666 <head>
6767 <title><?php echo "$table - ".WH_Text($table); ?> - WikiHiero</title>
Index: trunk/extensions/AntiSpoof/equivset.php
@@ -8961,4 +8961,4 @@
89628962 'ㅣ' => 'ㅣ',
89638963 'ᅵ' => 'ㅣ',
89648964 )
8965 -
 8965+?>
Index: trunk/extensions/Wikidata/util/missing.php
@@ -244,4 +244,4 @@
245245 </p>
246246 "
247247
248 -
 248+?>

Status & tagging log