From 369354505f19ee41ae2308fbc15f5ac96430c693 Mon Sep 17 00:00:00 2001 From: mikec Date: Mon, 4 Aug 2008 09:37:27 -0400 Subject: [PATCH] Set the C locate to avoid tr_TR php bug see http://www.topolis.lt/php/#35050 darcs-hash:20080804133727-edabd-4bd34431d0ab8519ec512b59be354720925da9a0.gz --- lib/util.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/util.php b/lib/util.php index 5e6d9fc6fa..bd24d8ebdb 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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