derick Fri Sep 3 07:15:25 2004 EDT
Modified files:
/livedocs common.php
Log:
- We don't need it here either.
http://cvs.php.net/diff.php/livedocs/common.php?r1=1.15&r2=1.16&ty=u
Index: livedocs/common.php
diff -u livedocs/common.php:1.15 livedocs/common.php:1.16
--- livedocs/common.php:1.15 Mon May 24 16:01:02 2004
+++ livedocs/common.php Fri Sep 3 07:15:22 2004
@@ -18,7 +18,7 @@
// | Common PHP header, with some basic settings |
// +----------------------------------------------------------------------+
//
-// $Id: common.php,v 1.15 2004/05/24 20:01:02 iliaa Exp $
+// $Id: common.php,v 1.16 2004/09/03 11:15:22 derick Exp $
set_magic_quotes_runtime(0);
/*$compare = version_compare(phpversion(), '5.0.0RC1');
@@ -95,8 +95,4 @@
define('RTL', '');
define('LTR', '');
}
-
-$chars = array( 'he'=>'windows-1255',
- 'en'=>'iso-8859-1');
-define('CHARSET', isset($chars[$lang]) ? $chars[$lang] : 'iso-8859-1');
?>