Skip to content

Commit

Permalink
Added missing break; statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Compizfox committed Sep 30, 2014
1 parent ad1e902 commit a7557db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backlog/pages/modifypurchase.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
break;
case '':
$euroselected = " selected";
break;
case '£':
$poundselected = " selected";
break;
}

if(isset($_POST['submit'])) {
Expand Down

0 comments on commit a7557db

Please sign in to comment.