Ver código fonte

删除垃圾注释2

develop
叙述、别离 2 meses atrás
pai
commit
50f4377752
6 arquivos alterados com 18 adições e 21 exclusões
  1. +3
    -4
      src/system/archive/freelist.class.php
  2. +3
    -3
      src/system/archive/listview.class.php
  3. +3
    -4
      src/system/archive/searchview.class.php
  4. +3
    -3
      src/system/archive/sglistview.class.php
  5. +3
    -4
      src/system/archive/specview.class.php
  6. +3
    -3
      src/system/archive/taglist.class.php

+ 3
- 4
src/system/archive/freelist.class.php Ver arquivo

@@ -595,21 +595,20 @@ class FreeList
}
}
$artlist .= $indtp->GetResult();
} //if hasRow
else {
} else {
$artlist .= '';
}
if ($col > 1) {
$artlist .= "</td>";
}
} //Loop Col
}
if ($col > 1) {
$i += $col - 1;
}
if ($col > 1) {
$artlist .= "</tr>";
}
} //Loop Line
}
if ($col > 1) {
$artlist .= "</table>";
}


+ 3
- 3
src/system/archive/listview.class.php Ver arquivo

@@ -1009,13 +1009,13 @@ class ListView
}
}
$artlist .= $this->dtp2->GetResult();
}//if hasRow
}//Loop Col
}
}
if ($col > 1) {
$i += $col - 1;
$artlist .= "</div>";
}
}//Loop Line
}
$t3 = ExecTime();
$this->dsql->FreeResult('al');
return $artlist;


+ 3
- 4
src/system/archive/searchview.class.php Ver arquivo

@@ -607,16 +607,15 @@ class SearchView
}
}
$artlist .= $this->dtp2->GetResult();
} //if hasRow
else {
} else {
$artlist .= '';
}
if ($col > 1) $artlist .= "</td>";
} //Loop Col
}
if ($col > 1) {
$artlist .= "</tr>";
}
} //Loop Line
}
if ($col > 1) {
$artlist .= "</table>";
}


+ 3
- 3
src/system/archive/sglistview.class.php Ver arquivo

@@ -842,13 +842,13 @@ class SgListView
}
}
$artlist .= $this->dtp2->GetResult();
} //if hasRow
}//Loop Col
}
}
if ($col > 1) {
$i += $col - 1;
$artlist .= "</div>";
}
}//Loop Line
}
$t3 = ExecTime();
$this->dsql->FreeResult('al');
return $artlist;


+ 3
- 4
src/system/archive/specview.class.php Ver arquivo

@@ -403,18 +403,17 @@ class SpecView
}
}
$artlist .= $this->dtp2->GetResult();
}//if hasRow
else {
} else {
$artlist .= '';
}
if ($col > 1) {
$artlist .= "</td>";
}
}//Loop Col
}
if ($col > 1) {
$artlist .= "</tr>";
}
}//Loop Line
}
if ($col > 1) {
$artlist .= "</table>";
}


+ 3
- 3
src/system/archive/taglist.class.php Ver arquivo

@@ -379,13 +379,13 @@ class TagList
}
}
$artlist .= $this->dtp2->GetResult();
}//if hasRow
}//Loop Col
}
}
if ($col > 1) {
$i += $col - 1;
$artlist .= "</div>";
}
}//Loop Line
}
$this->dsql->FreeResult('al');
return $artlist;
}


Carregando…
Cancelar
Salvar