Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Jul 6, 2015
1 parent 8a331c3 commit 1d80d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class.db.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function update_progress( $args = array() ) {
return false;
}

// if new progress is greater than old progress
if ( $new_progress >= $old_progress ) {

$update = $wpdb->query(
Expand Down

0 comments on commit 1d80d30

Please sign in to comment.