Skip to content

Commit 0117bc0

Browse files
author
Joshua Parker
committed
Merge branch 'develop'
2 parents 8c8ebdb + 0f7dbde commit 0117bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/application/view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function addMsg(text,element_id) {
115115
<label class="col-md-3 control-label"><?=_t( 'Age' );?></label>
116116
<div class="col-md-8">
117117
<?php if(_h($appl->dob) > '0000-00-00') : ?>
118-
<input class="form-control" readonly type="text" value="<?=getAge(_h($appl->dob));?>" />
118+
<input class="form-control" readonly type="text" value="<?=get_age(_h($appl->dob));?>" />
119119
<?php else : ?>
120120
<input class="form-control" readonly type="text" />
121121
<?php endif; ?>

0 commit comments

Comments
 (0)