Index: trunk/extensions/geo/geomaker.php |
— | — | @@ -1,4 +1,4 @@ |
2 | | -<? |
| 2 | +<?php |
3 | 3 | require_once ( "geo_functions.php" ) ; |
4 | 4 | |
5 | 5 | function get_any_value ( $key ) |
— | — | @@ -129,4 +129,4 @@ |
130 | 130 | </body> |
131 | 131 | </html>" ; |
132 | 132 | |
133 | | -?> |
\ No newline at end of file |
| 133 | +?> |
Index: trunk/extensions/geo/geosettings.php |
— | — | @@ -1,7 +1,7 @@ |
2 | | -<? |
| 2 | +<?php |
3 | 3 | # This is just my local setup, yours needs to be different! |
4 | 4 | |
5 | 5 | $wikibasedir = "../../phase3" ; |
6 | 6 | $articlePrefix = "Geo:" ; |
7 | 7 | |
8 | | -?> |
\ No newline at end of file |
| 8 | +?> |
Index: trunk/extensions/geo/fix_coordinates.php |
— | — | @@ -1,4 +1,4 @@ |
2 | | -<? |
| 2 | +<?php |
3 | 3 | |
4 | 4 | # This file is only needed temporarily and will be deleted |
5 | 5 | require_once ( "geo_functions.php" ) ; |
— | — | @@ -99,4 +99,4 @@ |
100 | 100 | print "<pre>" . implode ( "\n" , $ret ) . "</pre>" ; |
101 | 101 | */ |
102 | 102 | |
103 | | -?> |
\ No newline at end of file |
| 103 | +?> |
Index: trunk/extensions/geo/index.php |
— | — | @@ -1,4 +1,4 @@ |
2 | | -<? |
| 2 | +<?php |
3 | 3 | include_once ( "geosettings.php" ) ; |
4 | 4 | |
5 | 5 | if ( isset ( $wikibasedir ) ) |
— | — | @@ -76,4 +76,4 @@ |
77 | 77 | print "<img src=\"/{$outfname}\"/>" ; |
78 | 78 | print "</body></html>\n" ; |
79 | 79 | |
80 | | -?> |
\ No newline at end of file |
| 80 | +?> |