Files
fusionpbx/core
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
..
2025-12-10 11:24:34 -07:00
2025-11-19 15:26:40 -07:00
2025-11-02 00:22:57 -06:00