Use <?php echo instead of <?print
This commit is contained in:
parent
ff6e976d03
commit
4e9db95bcf
|
@ -163,7 +163,7 @@ E_O_T;
|
||||||
function updateStatus($status, $error=false)
|
function updateStatus($status, $error=false)
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<li <?php echo ($error) ? 'class="error"': ''; ?>><?print $status;?></li>
|
<li <?php echo ($error) ? 'class="error"': ''; ?>><?php echo $status;?></li>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user