mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-16 14:41:39 +00:00
fix indenting of lines
This commit is contained in:
parent
4abdb104f0
commit
de003de613
|
@ -520,13 +520,13 @@ class SeedDMS_Core_DatabaseAccess {
|
||||||
"GROUP BY `tblDocumentReviewLog`.`reviewID` "; //.
|
"GROUP BY `tblDocumentReviewLog`.`reviewID` "; //.
|
||||||
// "ORDER BY `maxLogID`";
|
// "ORDER BY `maxLogID`";
|
||||||
}
|
}
|
||||||
if (!$this->_ttreviewid) {
|
if (!$this->_ttreviewid) {
|
||||||
if (!$this->getResult($queryStr))
|
if (!$this->getResult($queryStr))
|
||||||
return false;
|
return false;
|
||||||
$this->_ttreviewid=true;
|
$this->_ttreviewid=true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (is_bool($override) && $override) {
|
if (is_bool($override) && $override) {
|
||||||
if (!$this->getResult("DROP TABLE IF EXISTS `ttreviewid`"))
|
if (!$this->getResult("DROP TABLE IF EXISTS `ttreviewid`"))
|
||||||
return false;
|
return false;
|
||||||
if (!$this->getResult($queryStr))
|
if (!$this->getResult($queryStr))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user