Changed "<?" to "<?php" for those not set to use short tags.

git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@167 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
kcozens
2011-10-28 15:57:08 +00:00
parent 042c15fb16
commit be52792f0c
9 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
$DB_HOST = "localhost";
$DB_USER = "root";
$DB_PASSWORD = "";
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
include("databaseinfo.php");
//Supress all Warnings/Errors
+1 -1
View File
@@ -1,4 +1,4 @@
<?PHP
<?php
//The description of the flags used in this file are being based on the
//DirFindFlags enum which is defined in OpenMetaverse/DirectoryManager.cs
//of the libopenmetaverse library.
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
//////////////////////////////////////////////////////////////////////////////
// register.php //
// (C) 2008, Fly-man- //
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
if($_SESSION[USERID] == ""){
+3 -3
View File
@@ -1,4 +1,4 @@
<?
<?php
if($_SESSION[USERID] == ""){
@@ -23,7 +23,7 @@ window.location.href='index.php?page=home';
<TD align=center width=200px><b><u>Event</u></b></TD>
<TD align=center width=200px><b><u>Host</u></b></TD>
</TR>
<?
<?php
function Convert($input)
{
$DbLink->query("SELECT FirstName, LastName FROM ".C_USERS_TBL." WHERE PrincipalID = '".$input."'");
@@ -81,7 +81,7 @@ if ($event_type == 2) $event_type = "<img height=25px width=25px title='Adult Ev
<TD align=center><B><?=$event_host?></B></TD>
</TR>
<?
<?php
}
}
?>
+5 -5
View File
@@ -1,4 +1,4 @@
<?
<?php
if($_SESSION[USERID] == "")
{
echo "<script language='javascript'>
@@ -270,7 +270,7 @@ function checklength(obj,warning_div)
<td>
<select name="parcel_chosen">
<option value="" disabled="disabled">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--- MY PARCELS ---</option>
<?
<?php
// Getting the regions you have access to
$DbLink->query("SELECT regionUUID, parcelname, landingpoint, parcelarea FROM osmodules.allparcels WHERE owneruuid = '".$_SESSION[USERID]."'");
while(list($regionUUID,$parcelname,$landingpoint, $parcelarea) = $DbLink->next_record())
@@ -282,11 +282,11 @@ function checklength(obj,warning_div)
}
?>
<option value="" disabled="disabled">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--- GROUP-OWNED PARCELS ---</option>
<?
<?php
// TODO: Add possibility to find group parcels
?>
<option value="" disabled="disabled">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--- PRIVATE ISLAND PARCELS ---</option>
<?
<?php
// TODO: Add possibility to find private island parcels
?>
</select>
@@ -327,6 +327,6 @@ function checklength(obj,warning_div)
</tr>
</table>
</FORM>
<?
<?php
}
?>
+1 -1
View File
@@ -1,4 +1,4 @@
<?
<?php
##
## This will make the Event go into the database
##