Skip to content

Commit

Permalink
Update issue_ranking.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CasN authored Jan 20, 2019
1 parent 9dddcf3 commit 9bd7e7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/issue_ranking.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
$dboutput = db_query($dbquery);
$noOfRowsWeGot = db_num_rows($dboutput);
if ($noOfRowsWeGot==0){
echo "<script>alert('There is not enough data to generate a report');</script>";
print_successful_redirect( 'my_view_page.php' );
echo "<script>alert('There is not enough data to generate a report');window.location='my_view_page.php';</script>";
}
$resultset = array();
// load listable issues into array
Expand Down

0 comments on commit 9bd7e7d

Please sign in to comment.