Skip to content

Avoid SQL error when the url cookie is empty

Pierre Rudloff requested to merge Rudloff/lstu:feature/mysql into development

Hello,

It turns out SELECT * FROM lstu WHERE short IN () triggers a MySQL error so I added a check to avoid that.

Merge request reports