Fix #421 -- my settings/photobrowser page had a function name typo.

This commit is contained in:
Solomon Peachy 2009-10-23 13:17:05 -04:00
parent a3350a700e
commit d90f3d43c7
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ For further information about Photo Organizer, see its web site at:
==========================================================================
2.37 (Under development)
[fix] "My Settings - Photobrowser" page was broken. [#421]
2.37-rc2 (October 13, 2009)

View File

@ -230,7 +230,7 @@ function emit_print_format_combo($identifier, $current_value) {
return $rval;
}
function display_popup_delay_combo($identifier, $popup_delay, $popup_enabled) {
function emit_popup_delay_combo($identifier, $popup_delay, $popup_enabled) {
global $strings;
$rval = "";