Commit Graph

2 Commits

Author SHA1 Message Date
volga629-1
178f83d6be View statements fixes (#7657)
* Missing open statement 

Missing open statement 

```
$view['sql'] .= "); \n";

```

* Double SELECT will break query

Double SELECT break query

* Forgot update version

Forgot update version

* No matching ( 

No matching  opening 

```

FROM
v_contacts as c
);

```
2025-12-10 11:24:34 -07:00
FusionPBX
a6a3c43282 Create contacts view 2025-09-20 23:40:03 -06:00