Skip to content

Commit

Permalink
Remove redundant code (report #94)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed Nov 4, 2010
1 parent 5c41ca7 commit 8194e1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions catalog/shopping_cart.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
<table border="0" width="100%" cellspacing="0" cellpadding="0"> <table border="0" width="100%" cellspacing="0" cellpadding="0">


<?php <?php
$info_box_contents = array();

$any_out_of_stock = 0; $any_out_of_stock = 0;
$products = $cart->get_products(); $products = $cart->get_products();
for ($i=0, $n=sizeof($products); $i<$n; $i++) { for ($i=0, $n=sizeof($products); $i<$n; $i++) {
Expand Down

0 comments on commit 8194e1c

Please sign in to comment.