Skip to content
Commit 37b4a2e0 authored by Marius Burkard's avatar Marius Burkard
Browse files

- fixed mysql syntax errors

parent 2d55adc5
  • Was the change in server_get_serverid_by_ip from queryAllRecord to queryOneRecord really a "syntax error"?? This broke my api calls now - and I don't know how many people also use this function!?

  • The syntax errors were caused by the LIMIT 1 added in the other queries.
    The change from queryAll to queryOne was neccessary as this was a third party commit that did not stick to the form of the other API functions to return a single entry and not an array with a single entry.

  • ok I will adapt my api-calls... unfortunatelly I'm using different ISPConfig-Versions - so now I have to switch between versions. We should consider about publishing such API-Changes in a good visible way... Thanks

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment