no commit message
This commit is contained in:
@@ -277,7 +277,7 @@ function lang($str,$lx='')
|
||||
{
|
||||
if(!$str)return $str;
|
||||
$da = arrvalue($GLOBALS,'langdata');
|
||||
if(!$da)return $str;
|
||||
if(!$da || !isset($da['xuhao']))return $str;
|
||||
$xuhao = $da['xuhao'];
|
||||
$key = 'data'.$lx.'';
|
||||
if(!isset($da[$key])){
|
||||
|
||||
Reference in New Issue
Block a user