This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Update inc_fun_funAdmin.php
develop
叙述、别离
3 weeks ago
parent
546b59dfe1
commit
7ce6e7998d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/system/inc/inc_fun_funAdmin.php
+ 2
- 2
src/system/inc/inc_fun_funAdmin.php
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save