Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
Fixed incorrect application name in order.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Hall authored and Tyler Hall committed May 5, 2011
1 parent ea45e32 commit 3f3b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion order.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<?PHP foreach($orders as $o2) : ?>
<tr>
<td><a href="order.php?id=<?PHP echo $o2->id; ?>"><?PHP echo time2str($o2->dt); ?></a></td>
<td><?PHP echo $o->applicationName(); ?></td>
<td><?PHP echo $o2->applicationName(); ?></td>
</tr>
<?PHP endforeach; ?>
</tbody>
Expand Down

0 comments on commit 3f3b6ed

Please sign in to comment.