[Bug 69479] Re: SRU: katapult
Martin Meredith
ubuntu at sourceguru.net
Tue Jan 30 16:19:01 UTC 2007
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
More information about the kubuntu-bugs
mailing list