Skip to content

Commit

Permalink
added Prof to titles
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Apr 19, 2007
1 parent 46546c5 commit e1a3e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/usergroup/addrbook_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function rbvalue($rbname) {
<select name='form_title'>
<option value=''></option>
<?php
foreach (array('Mr.', 'Mrs.', 'Ms.', 'Dr.') as $value) {
foreach (array('Mr.', 'Mrs.', 'Ms.', 'Dr.', 'Prof.') as $value) {
echo " <option value='$value'";
if ($value == $row['title']) echo " selected";
echo ">$value</option>\n";
Expand Down

0 comments on commit e1a3e11

Please sign in to comment.