fusionpbx/resources/install
Alexey Melnichuk c96a5bee48 Fix. ODBC db backend should breaks loop only when callback returns number ~= 0
```Lua
dbh:query(sql, function(row)
  -- return 0     -- should not break loop
  -- return true  -- should not break loop
  return 1 -- should break loop
end)
```
2016-02-26 13:52:27 +03:00
..
scripts Fix. ODBC db backend should breaks loop only when callback returns number ~= 0 2016-02-26 13:52:27 +03:00
sql Remove the insert to v_settings as this is being done in app_defaults.php. 2015-08-03 09:32:48 -06:00