fusionpbx/resources/install/scripts/resources
Alexey Melnichuk 91ce171472 Simplify `is_uuid` function. (#1781)
* Simplify `is_uuid` function.

Also because it returns now value itself it possible write
```Lua
my_uuid = is_uuid(value1) or is_uuid(value2)
```

* Change. Ensure `is_uuid` returns only boolean value
2016-07-28 16:49:36 -06:00
..
functions Simplify `is_uuid` function. (#1781) 2016-07-28 16:49:36 -06:00
startup Add. Support service stop command for odbc_pool. (#1782) 2016-07-28 08:16:54 -06:00
tests Move scripts to separate dirs. 2016-02-24 14:44:50 +03:00