Skip to content

Commit

Permalink
fixed coding style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Oct 20, 2023
1 parent 9c49390 commit 0a40b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/ARC2_StoreLoadQueryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public function bufferGraphSQL($g2t)

public function bufferIDSQL($tbl, $id, $val, $val_type)
{
$tbl = $tbl.'2val';
$tbl .= '2val';
if ('id2val' == $tbl) {
$cols = 'id, val, val_type';
$vals = '('.$id.", '".$this->store->a['db_object']->escape($val)."', ".$val_type.')';
Expand Down

0 comments on commit 0a40b79

Please sign in to comment.