]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed some short tags
authormoodler <moodler>
Thu, 11 Sep 2003 13:53:25 +0000 (13:53 +0000)
committermoodler <moodler>
Thu, 11 Sep 2003 13:53:25 +0000 (13:53 +0000)
lib/ipatlas/ip-atlas_prefs.php
lib/ipatlas/plotimage.php

index 8b8a60b1edf2830ff8fd7d9d22dbaeccd7533676..99066bbdff40f47eb412c1c53029ce75d32d0b66 100644 (file)
@@ -10,7 +10,7 @@ error_reporting(E_ERROR);
 }
 
 ?>
-<?
+<?php
 
  if(shouldrun($HTTP_SERVER_VARS['HTTP_USER_AGENT'])) { 
    $drawmode = "GD";
@@ -75,7 +75,7 @@ if(shouldrun($HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {
 
 <b><?php  echo t("IP-Atlas preferences"); ?></b> <?php  echo t("(cookie based)"); ?><br><br>
 
-<?
+<?php
 if(isset($HTTP_POST_VARS["button"])) {
 print t("Your settings have been saved. You can now try"); ?> <a href="plot.php<?php  if(isset($HTTP_GET_VARS["lastquery"])) { echo "?address=$HTTP_GET_VARS[lastquery]"; } ?>"><?php  print t("plotting something.")."</a>"."<br><br>";
 }
@@ -117,7 +117,7 @@ print "</select><br><br>";
 ?>
 
 <?php  echo t("Pointer Preferences (the dot that marks lat/lon):"); ?><br>
-<?
+<?php
 if($drawmode == "GD") {
 print '
 <input type="hidden" name="cssdot" value="reddot.gif">
@@ -204,7 +204,7 @@ print '
 <?php  echo t("Earth Image:") ?>&nbsp;
 <select name="earthimage">
 
-<?
+<?php
 
 foreach($earthimages as $curentry) {
 
index 8466098e14692638da2125ed9d55d66db8ceb65a..3ceecb019399a03d7b60ff6f3f639f0aea006e16 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 include("plotconf.inc");
 include("plot.inc");