Skip to content

Commit

Permalink
Merge pull request #70 from pkgodara/develop
Browse files Browse the repository at this point in the history
minor improvement.
  • Loading branch information
NabeelQaiser committed Apr 19, 2017
2 parents 279763d + 014c9c4 commit 2e10f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/application/AcceptAppl.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
}
else
{
$days = ( strtotime($enD) - strtotime($stD) )/ (60*60*24);
$days = ( strtotime($enD) - strtotime($stD) )/ (60*60*24) + 1;
echo "days : $days";
updateCount( $userdb , $type , $enD , $days );
}
Expand Down

0 comments on commit 2e10f65

Please sign in to comment.