r7860 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7859‎ | r7860 | r7861 >
Date:21:37, 24 March 2005
Author:egilk
Status:old
Tags:
Comment:
Add php in heading, mu php seems to require it
Modified paths:
  • /trunk/extensions/geo/fix_coordinates.php (modified) (history)
  • /trunk/extensions/geo/geomaker.php (modified) (history)
  • /trunk/extensions/geo/geosettings.php (modified) (history)
  • /trunk/extensions/geo/index.php (modified) (history)

Diff [purge]

Index: trunk/extensions/geo/geomaker.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 require_once ( "geo_functions.php" ) ;
44
55 function get_any_value ( $key )
@@ -129,4 +129,4 @@
130130 </body>
131131 </html>" ;
132132
133 -?>
\ No newline at end of file
 133+?>
Index: trunk/extensions/geo/geosettings.php
@@ -1,7 +1,7 @@
2 -<?
 2+<?php
33 # This is just my local setup, yours needs to be different!
44
55 $wikibasedir = "../../phase3" ;
66 $articlePrefix = "Geo:" ;
77
8 -?>
\ No newline at end of file
 8+?>
Index: trunk/extensions/geo/fix_coordinates.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33
44 # This file is only needed temporarily and will be deleted
55 require_once ( "geo_functions.php" ) ;
@@ -99,4 +99,4 @@
100100 print "<pre>" . implode ( "\n" , $ret ) . "</pre>" ;
101101 */
102102
103 -?>
\ No newline at end of file
 103+?>
Index: trunk/extensions/geo/index.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 include_once ( "geosettings.php" ) ;
44
55 if ( isset ( $wikibasedir ) )
@@ -76,4 +76,4 @@
7777 print "<img src=\"/{$outfname}\"/>" ;
7878 print "</body></html>\n" ;
7979
80 -?>
\ No newline at end of file
 80+?>

Status & tagging log