fix offline to online error.

This commit is contained in:
wlx 2011-09-20 08:17:12 +00:00
parent e0b1499183
commit 84a9e43db2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<td><?php echo date('Y-m-d H:i:s', strtotime($item['ts_created'])); ?></td> <td><?php echo date('Y-m-d H:i:s', strtotime($item['ts_created'])); ?></td>
<td> <td>
<?php if ($item['onlineappid']>0) : ?> <?php if ($item['onlineappid']>0) : ?>
<a href='/admin/down/online/show/<?php echo $item['offlineappid'];?>'>详细</a> <a href='/admin/down/online/show/<?php echo $item['onlineappid'];?>'>详细</a>
<?php endif; ?> <?php endif; ?>
<?php if ($item['offlineappid']>0) : ?> <?php if ($item['offlineappid']>0) : ?>
<a href='/admin/down/offline/show/<?php echo $item['offlineappid'];?>'>详细</a> <a href='/admin/down/offline/show/<?php echo $item['offlineappid'];?>'>详细</a>