("project-list" meaning "mod=project&op=list"), which makes your submission a mess (missing form fields; and your submission won't get assigned a project ...)

fix: add $pid to the globals in function project_list($query) and replace every "$project->pid" in that function with $pid.

as i can't submit a patch here (html-filtering and markup probs, line breaks), i'll attach a corresponding patch in a reply to this mail.

p.s. would be nice if a patch could be uploaded / attached to a bug report.

p.p.s. <code> and <pre> "Allowed HTML tag" wouldnt hurt ...

Comments

Anonymous’s picture

Assigned: Unassigned » Kjartan
Priority: Major » Normal

Fixed the project.module in CVS.