The SQL query change is due to the fact that The SQL wasn't working
correctly under both pgSQL and mySQL. The
- if (sqlResult[2]=="-1")
{
-
_result.setURL(KURL(sqlResult[3]+sqlResult[4].mid(1)));
+ if (sqlResult[2]!="-1")
{
Changes are correct (It should be setting the "root" path as "/" if the
result is -1 This was an error before.
Martin, 60136 is the original bug that this SRU relates to
(https://launchpad.net/ubuntu/+source/katapult/+bug/69479/comments/2)
--
SRU: katapult
https://launchpad.net/bugs/69479
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs