Este sitio web funciona mejor con JavaScript.
Inicio
Registro
Iniciar sesión
DedeBIZ
/
DedeV6
Seguir
2
Destacar
0
Fork
0
Código
Pull Requests
0
Lanzamientos
26
Actividad
Explorar el Código
Update inc_fun_funAdmin.php
develop
叙述、别离
hace 3 semanas
padre
546b59dfe1
commit
7ce6e7998d
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/system/inc/inc_fun_funAdmin.php
+ 2
- 2
src/system/inc/inc_fun_funAdmin.php
Ver fichero
@@ -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) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar