Skip to content

Commit

Permalink
need to specify use of onsetDate as member function rather than global
Browse files Browse the repository at this point in the history
  • Loading branch information
yehster committed Mar 16, 2012
1 parent d338043 commit fb33dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Claim.class.php
Expand Up @@ -1016,7 +1016,7 @@ function onsetDate() {

function onsetDateValid()
{
return onsetDate()!=='';
return $this->onsetDate()!=='';
}

function serviceDate() {
Expand Down

0 comments on commit fb33dd2

Please sign in to comment.