Este site funciona melhor com JavaScript.
Página inicial
Cadastrar
Acessar
DedeBIZ
/
DedeV6
Observar
2
Favorito
0
Fork
0
Código
Pull requests
0
Versões
26
Atividade
Ver código fonte
删除垃圾注释2
develop
叙述、别离
2 meses atrás
pai
d6cd01c3ad
commit
50f4377752
6 arquivos alterados
com
18 adições
e
21 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-4
src/system/archive/freelist.class.php
+3
-3
src/system/archive/listview.class.php
+3
-4
src/system/archive/searchview.class.php
+3
-3
src/system/archive/sglistview.class.php
+3
-4
src/system/archive/specview.class.php
+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;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar