Skip to content

Commit

Permalink
- Rewrites transactions_last to transactions_list and associated
Browse files Browse the repository at this point in the history
 changes
  • Loading branch information
caprenter committed Nov 3, 2011
1 parent 8b91404 commit c49d501
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<thead>
<tr>
<th><h3>Id</h3></th>
<th><h3>Date</h3></th>
<th><h3>Transaction Date</h3></th>
<th><h3>File</h3></th>
<th><h3>Validator</h3></th>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion transactions_last.php → transactions_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_once('theme/header.php');
?>
<?php
require_once('processes/transactions_last.php');
require_once('processes/transactions_list.php');
?>

<?php
Expand Down
2 changes: 1 addition & 1 deletion variables/site_vars.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"country_list" => "country.php",
"recipient_region_codes" => "region_codes.php",
"transactions" => "transactions.php",
"transactions_last" => "transactions_last.php",
"transactions_list" => "transactions_list.php",
"activity_list" => "activity_list.php"
);
?>

0 comments on commit c49d501

Please sign in to comment.