Browse Source

removed breaking speech marks

dev
Cerys 1 week ago
parent
commit
4668fee9a3
  1. 4
      src/QueryBuilder/LinkQuery/LinkQueryBuilder.php

4
src/QueryBuilder/LinkQuery/LinkQueryBuilder.php

@ -93,12 +93,12 @@ class LinkQueryBuilder
$builder = "LINK " $builder = "LINK "
. $this->RelativePath1 . $this->RelativePath1
. " AS \"" . $this->PropertyName . "\"" . " AS " . $this->PropertyName
. " " . " "
. $this->ToOrOf . $this->ToOrOf
. " " . " "
. $this->RelativePath2 . $this->RelativePath2
; ;
if($this->Mode != "") $builder .= " " . $this->Mode; if($this->Mode != "") $builder .= " " . $this->Mode;

Loading…
Cancel
Save