mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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` "; //.
|
||||
// "ORDER BY `maxLogID`";
|
||||
}
|
||||
if (!$this->_ttreviewid) {
|
||||
if (!$this->_ttreviewid) {
|
||||
if (!$this->getResult($queryStr))
|
||||
return false;
|
||||
$this->_ttreviewid=true;
|
||||
}
|
||||
else {
|
||||
if (is_bool($override) && $override) {
|
||||
if (is_bool($override) && $override) {
|
||||
if (!$this->getResult("DROP TABLE IF EXISTS `ttreviewid`"))
|
||||
return false;
|
||||
if (!$this->getResult($queryStr))
|
||||
|
|
Loading…
Reference in New Issue
Block a user