BUG 5163 Changed the short open tags for PHP code to long open tag.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
/**
|
||||
* buscador.php
|
||||
*
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user