2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added @ to avoid notices generated

This commit is contained in:
azammitdcarf
2010-12-22 04:48:24 +00:00
parent 618fd90ac6
commit eb743c2f9b

View File

@@ -83,7 +83,7 @@ function _get_reader($domain=null, $category=5, $enable_cache=true) {
."(\.([-A-Za-z0-9_]))?" // charset
."(@([-A-Za-z0-9_]+))?/", // @ modifier
$locale, $matches)) {
list(,$lang,,$country,,$charset,,$modifier) = $matches;
@list(,$lang,,$country,,$charset,,$modifier) = $matches;
if ($modifier) {
$locale_names = array("${lang}_$country.$charset@$modifier",
"${lang}_$country@$modifier",