Files
fusionpbx/app
Alexey Melnichuk 04a0349050 Fix. Display extension on MySQL.
Problem that
```SQL
select (select count(*) as num_rows ...)
```
is  not the same as
```SQL
select (select count(*) ...) as num_rows
```

I think problem may be on SQLite too.
2016-03-29 19:00:59 +03:00
..
2016-03-11 11:56:29 +00:00
2016-03-11 12:01:24 +00:00
2016-03-11 12:01:24 +00:00
2016-03-11 12:01:24 +00:00