Commit 049825b2 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 173581 - Changing milestone sortkeys is broken. Patch by gerv; r=bbaetz.

parent f125c052
......@@ -518,7 +518,7 @@ if ($action eq 'update') {
if ($sortkey != $sortkeyold) {
SendSQL("UPDATE milestones SET sortkey=$sortkey
WHERE product=" . SqlQuote($product) . "
WHERE product_id=" . $product_id . "
AND value=" . SqlQuote($milestoneold));
unlink "data/versioncache";
print "Updated sortkey.<BR>\n";
......
Markdown is supported
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