Przeglądaj źródła

Update inc_fun_funAdmin.php

develop
叙述、别离 3 tygodni temu
rodzic
commit
7ce6e7998d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/system/inc/inc_fun_funAdmin.php

+ 2
- 2
src/system/inc/inc_fun_funAdmin.php Wyświetl plik

@@ -59,12 +59,12 @@ function SpGetPinyin($str, $ishead = 0, $isclose = 1)
$restr .= $pinyins[$c][0];
}
} else {
$restr .= "_";
$restr .= "-";
}
} else if (preg_match("/[a-z0-9]/i", $str[$i])) {
$restr .= $str[$i];
} else {
$restr .= "_";
$restr .= "-";
}
}
if ($isclose == 0) {


Ładowanie…
Anuluj
Zapisz