Parcourir la source

Update archives.class.php

tags/6.1.7
xushubieli il y a 2 ans
Parent
révision
f07dd4f5e2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/system/archive/archives.class.php

+ 1
- 1
src/system/archive/archives.class.php Voir le fichier

@@ -1026,7 +1026,7 @@ class Archives
function _highlight8($matches){
return _highlight($matches[2], $GLOBALS['_dd_karr'], $GLOBALS['_dd_kaarr'], $matches[1]);
}
//高亮专用, 替换多次是可能不能达到最多次
//高亮专用替换多次是可能不能达到最多次
function _highlight($string, $words, $result, $pre)
{
global $cfg_replace_num;


Chargement…
Annuler
Enregistrer