Set the C locate to avoid tr_TR php bug see http://www.topolis.lt/php/#35050

darcs-hash:20080804133727-edabd-4bd34431d0ab8519ec512b59be354720925da9a0.gz
This commit is contained in:
mikec 2008-08-04 09:37:27 -04:00
parent 4c8dfadf2d
commit 369354505f
1 changed files with 1 additions and 7 deletions

View File

@ -144,13 +144,7 @@ function common_init_language() {
bindtextdomain("laconica", $config['site']['locale_path']);
bind_textdomain_codeset("laconica", "UTF-8");
textdomain("laconica");
}
define('PAGE_TYPE_PREFS', 'text/html,application/xhtml+xml,application/xml;q=0.3,text/xml;q=0.2');
function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=NULL) {
global $config, $xw;
$httpaccept = isset($_SERVER['HTTP_ACCEPT']) ? $_SERVER['HTTP_ACCEPT'] : NULL;
# XXX: allow content negotiation for RDF, RSS, or XRDS