ZenphotoCMS Forum
function print_language_string_list - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: function print_language_string_list (/thread-6656.html)



function print_language_string_list - fatman - 2010-02-25

In print_language_string_list function of admin-function.php, the second htmlentities($dbstring) should be htmlentities($dbstring,ENT_COMPAT,getOption("charset")?

    if ($textbox) {
        echo ''.htmlentities($dbstring,ENT_COMPAT,getOption("charset")).'';
    } else {
        echo '';
    }



function print_language_string_list - acrylian - 2010-02-25

Should probably be that way...Thanks.