ソースを参照

Update typelink.class.php

tags/6.1.9
xushubieli 2年前
コミット
4bfa4387da
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/system/typelink/typelink.class.php

+ 1
- 1
src/system/typelink/typelink.class.php ファイルの表示

@@ -243,7 +243,7 @@ class TypeLink
{
global $cfg_admin_channel;
if (empty($cfg_admin_channel)) $cfg_admin_channel = 'all';
$this->dsql->SetQuery("SELECT id,typename,ispart FROM `#@__arctype` WHERE reid='".$id."' AND ispart<>2 ORDER BY sortrank ASC");
$this->dsql->SetQuery("SELECT id,typename,ispart FROM `#@__arctype` WHERE reid='".$id."' ORDER BY sortrank ASC");
$this->dsql->Execute($id);
while ($row = $this->dsql->GetObject($id)) {
if (is_array($oper) && $cfg_admin_channel != 'all') {


読み込み中…
キャンセル
保存