Explorar el Código

Update common.func.php

tags/6.2.6
tianya hace 2 años
padre
commit
2ce6889ff7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/common.func.php

+ 1
- 1
src/system/common.func.php Ver fichero

@@ -567,7 +567,7 @@ function string_filter($str, $stype = "inject")
return $str;
}
//联动单筛选发布三种类型
function AddFilter($channelid, $type=1, $fieldsnamef=array(), $defaulttid=0, $toptid=0, $loadtype='autofield')
function AddFilter($channelid, $type=1, $fieldsnamef='', $defaulttid=0, $toptid=0, $loadtype='autofield')
{
global $tid, $dsql, $id, $aid;
$tid = $defaulttid ? $defaulttid : $tid;


Cargando…
Cancelar
Guardar