sipcapture / homer-api

HOMER 5: Back-End (API) DEPRICATED - use sipcapture/homer-app
http://sipcapture.org
27 stars 67 forks source link

Properly fix missing argument for sprintf #132

Closed gedia closed 8 years ago

gedia commented 8 years ago

I believe the previous patch was wrong. It would lead to newly created tables being dropped because of some comparison returning true. I think the proper solution would be to drop $hour as it is not part of the naming convention used for tables.

Can someone review this more closely? As I said, I am not very familiar with this code.

Resolves Issues: - See Also: -

adubovikov commented 8 years ago

it's ok. thanks