fusionpbx/app/extensions
Alexey Melnichuk b85067b166 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
..
resources/classes Update extension.php 2015-12-09 14:04:26 -08:00
app_config.php Add a new permission extension_user_record to control who is able to see extension record. By default superadmin has this permission. 2016-01-27 15:56:22 -07:00
app_defaults.php
app_languages.php Added: Bootstrap Framework - initial integration. 2016-03-25 16:29:20 -06:00
app_menu.php
extension_copy.php
extension_delete.php Extensions: Added bulk delete. 2016-03-16 18:48:42 -06:00
extension_download.php WhitespaceClean-app/batch_2 2016-03-11 12:01:24 +00:00
extension_edit.php Added: Bootstrap Framework - initial integration. 2016-03-25 16:29:20 -06:00
extensions.php Fix. Display extension on MySQL. 2016-03-29 19:00:59 +03:00
root.php Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00