Skip to content

Commit 824fd52

Browse files
committed
20230623 Fix CI build breakage.
1 parent 8b638e3 commit 824fd52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/base_db.inc.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ function baseFKeyExists( $key = '' ){
806806
$rs = $this->DB->Execute($sql);
807807
if(
808808
$rs != false && $this->baseErrorMessage() == ''
809-
&& $rs->RecordCount() == DB_RICC
810809
){ // Error Check
811810
while( !$rs->EOF ){
812811
$myrow = $rs->fields;
@@ -819,7 +818,7 @@ function baseFKeyExists( $key = '' ){
819818
$rs->Close();
820819
}else{ // Transient DB Error.
821820
// @codeCoverageIgnoreStart
822-
KML($EPfx . 'access error.', 3);
821+
KML($EMPfx . 'access error.', 3);
823822
$SE = false; // Failure
824823
// @codeCoverageIgnoreEnd
825824
}

0 commit comments

Comments
 (0)