BUG 5163 Changed the short open tags for PHP code to long open tag.

This commit is contained in:
Hector Cortez
2011-12-22 16:56:22 -04:00
parent 86dc20738a
commit ee22d188cd
52 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
/**
* buscador.php
*

View File

@@ -22,7 +22,7 @@ demo de buscador<br>
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*/
<?
<?php
$frm = $HTTP_POST_VARS;
$dbc = new dbconnection();

View File

@@ -134,7 +134,7 @@ function set_datetime(n_datetime, b_close) {
</table></td></tr>
<tr>
<script language="JavaScript">
<?
<?php
// print weekdays titles
for ($n=0; $n<7; $n++)
print "<td bgcolor='#87cefa' align='center'><font color='#ffffff'>" . $ARR_WEEKDAYS[ (NUM_WEEKSTART+n)%7] . "</font></td>";