http://bugs.winehq.org/show_bug.cgi?id=3479
cmorgan@alum.wpi.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
------- Additional Comments From cmorgan@alum.wpi.edu 2005-03-10 20:32 ------- Fixed in appdb cvs. Bug was maintainersubmit.php calling isMaintainer(appId, versionId) but user::isMaintainer(iVersionId) misinterprets the appId as a versionId that doesn't exist and does all kinds of bogus stuff. Verified fixed by Ketche.