We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c8ebdb + 0f7dbde commit 0117bc0Copy full SHA for 0117bc0
app/views/application/view.php
@@ -115,7 +115,7 @@ function addMsg(text,element_id) {
115
<label class="col-md-3 control-label"><?=_t( 'Age' );?></label>
116
<div class="col-md-8">
117
<?php if(_h($appl->dob) > '0000-00-00') : ?>
118
- <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));?>" />
119
<?php else : ?>
120
<input class="form-control" readonly type="text" />
121
<?php endif; ?>
0 commit comments