Attachment 1: The Bug That Wouldn't Die

This attachment contains the infamous bug that wouldn't die, despite repeated attempts to squash it.

Attachment 1: The Bug That Wouldn't Die (Image)

A picture of the offending code, with arrows pointing to the problematic lines.

View Larger Image

Attachment 1: The Bug That Wouldn't Die (Source Code)

A text dump of the offending code, for those who want to try to understand the problem.

				if ($bugzilla->get_bug_status() == 'active') {
					// do something
				}
			
View Source
Back to Bug 456