Замена short_tags.
This commit is contained in:
@@ -253,7 +253,7 @@ $plus = $plus[0];
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<?
|
||||
<?php
|
||||
$i = 1;
|
||||
$days = ($time_finish - $time_start) / 86400;
|
||||
while ($i <= $days) {
|
||||
@@ -285,7 +285,7 @@ $plus = $plus[0];
|
||||
RUB, средств в конце дня: <b><?= number_format($mft, 0, ",", " "); ?></b> RUB
|
||||
</div>
|
||||
<!-- -->
|
||||
<?
|
||||
<?php
|
||||
$sp = mysql_query(
|
||||
'SELECT * FROM `balance_money` WHERE `time` >= ' . $dt . '' . $noobs . ' AND `time` < ' . ($dt + 86400) . ' ORDER BY `time` ASC LIMIT ' . $lim
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user