Unreachable statement at theme_uc_checkout_pane_cart_review($variables), an extra ; can be removed.

return theme('table', array('rows' => $rows, 'attributes' => array('class' => array('cart-review'))));;

CommentFileSizeAuthor
#2 2621166-2.patch502 bytesheykarthikwithu

Comments

heykarthikwithu created an issue. See original summary.

heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned
Priority: Normal » Minor
Status: Active » Needs review
StatusFileSize
new502 bytes

Added a patch, which removes the extra ;

longwave’s picture

Status: Needs review » Fixed

Committed, thanks.

tr’s picture

When you find something like a double semi-colon, please check the entire code base to see if this occurs in other places as well. There were actually two other instances like this which were not included in your patch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.