Comment 0 for bug 184677

Revision history for this message
Věroš Kaplan (veros-kaplan) wrote :

Binary package hint: phppgadmin

There is bad appcharset in Czech localization of phppgadmin, causing PHP warning message on lib.inc.php line 224,

Fix:
/usr/share/phppgadmin/lang/czech.php line 11

BAD:
        $lang['appcharset'] = 'utf8';
GOOD:
        $lang['appcharset'] = 'utf-8';

The same applies to /usr/share/phppgadmin/lang/recoded/czech.php