Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Parker committed Jul 11, 2017
2 parents 8c8ebdb + 0f7dbde commit 0117bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/application/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function addMsg(text,element_id) {
<label class="col-md-3 control-label"><?=_t( 'Age' );?></label>
<div class="col-md-8">
<?php if(_h($appl->dob) > '0000-00-00') : ?>
<input class="form-control" readonly type="text" value="<?=getAge(_h($appl->dob));?>" />
<input class="form-control" readonly type="text" value="<?=get_age(_h($appl->dob));?>" />
<?php else : ?>
<input class="form-control" readonly type="text" />
<?php endif; ?>
Expand Down

0 comments on commit 0117bc0

Please sign in to comment.