mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 06:12:18 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8077 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
035e7fd1cb
commit
d09be74ffb
1 changed files with 2 additions and 1 deletions
|
|
@ -198,11 +198,12 @@ void SqlArray::AppendQuery(SqlBool where)
|
|||
if(WhenFilter(fm))
|
||||
Add(row);
|
||||
}
|
||||
if(GetCount())
|
||||
if(GetCount()) {
|
||||
if(goendpostquery)
|
||||
GoEnd();
|
||||
else
|
||||
GoBegin();
|
||||
}
|
||||
DoColumnSort();
|
||||
WhenPostQuery();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue