Quellcode durchsuchen

Update common.func.php

tags/6.2.7
叙述、别离 vor 2 Jahren
Ursprung
Commit
1bcebb6316
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      src/system/common.func.php

+ 1
- 1
src/system/common.func.php Datei anzeigen

@@ -572,7 +572,7 @@ function string_filter($str, $stype = "inject")
return $str;
}
//联动单筛选发布三种类型
function AddFilter($channelid, $type = 1, $fieldsnamef = '', $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;


Laden…
Abbrechen
Speichern