Browse Source

now has ""

dev
Cerys 3 weeks ago
parent
commit
e086545402
  1. 3
      src/QueryBuilder/LinkQuery/LinkQueryBuilder.php

3
src/QueryBuilder/LinkQuery/LinkQueryBuilder.php

@ -97,8 +97,7 @@ class LinkQueryBuilder
. $this->ToOrOf . $this->ToOrOf
. " " . " "
. $this->RelativePath2 . $this->RelativePath2
. " AS " . " AS \"" . $this->PropertyName . "\"";
. $this->PropertyName;
if($this->Mode != "") $builder .= " " . $this->Mode; if($this->Mode != "") $builder .= " " . $this->Mode;

Loading…
Cancel
Save