skin을 삭제하므로, unfont()도 삭제
This commit is contained in:
@@ -8,15 +8,6 @@ function getFont($str) {
|
||||
return $str;
|
||||
}
|
||||
|
||||
function unfont($str) {
|
||||
$str = str_replace("<font color=cyan>", "", $str);
|
||||
$str = str_replace("<font color=limegreen>", "", $str);
|
||||
$str = str_replace("<font color=magenta>", "", $str);
|
||||
$str = str_replace("<font color=red>", "", $str);
|
||||
$str = str_replace("</font>", "", $str);
|
||||
return $str;
|
||||
}
|
||||
|
||||
function SQ2DQ($str) {
|
||||
return str_replace("'", "'", $str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user