openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5f4fe00d9187ef1ac7eecbd28bed10f2060ea06d
parent d108958974405f0e3f422d6fbafae597d42529e1
Author: dankert <devnull@localhost>
Date:   Sat, 25 Dec 2010 23:16:40 +0100

Falls kein Datenbank-Zeichensatz vorhanden, dann \"US-ASCII\" verwenden (und nicht den Sprachdatei-Zeichensatz, denn der wird eh HTML-kodiert).

Diffstat:
functions/common.inc.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/functions/common.inc.php b/functions/common.inc.php @@ -136,6 +136,7 @@ function charset() if ( isset($db->conf['charset']) ) return $db->conf['charset']; else - return lang('CHARSET'); + //return lang('CHARSET'); + return 'US-ASCII'; } ?> \ No newline at end of file