[Phpsysinfo-subversion] SF.net SVN: phpsysinfo:[711] branches/namiltd-ini/config.php
Brought to you by:
namiltd
|
From: <na...@us...> - 2012-12-05 12:54:44
|
Revision: 711
http://phpsysinfo.svn.sourceforge.net/phpsysinfo/?rev=711&view=rev
Author: namiltd
Date: 2012-12-05 12:54:33 +0000 (Wed, 05 Dec 2012)
Log Message:
-----------
Modified Paths:
--------------
branches/namiltd-ini/config.php
Modified: branches/namiltd-ini/config.php
===================================================================
--- branches/namiltd-ini/config.php 2012-12-05 12:37:11 UTC (rev 710)
+++ branches/namiltd-ini/config.php 2012-12-05 12:54:33 UTC (rev 711)
@@ -58,7 +58,7 @@
|| preg_match('/^RC_(LANG="?[^"\n]*"?)/m', $contents, $matches))) {
if (@exec($matches[1].' locale -k LC_CTYPE 2>/dev/null', $lines)) {
foreach ($lines as $line) {
- if ($contents && preg_match('/^charmap="?([^"\n]*)"?/m', $line, $matches2)) {
+ if ($contents && preg_match('/^charmap="?([^"\n]*)/m', $line, $matches2)) {
define('PSI_SYSTEM_CODEPAGE', $matches2[1]);
break;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|