Attachment #10566 | |||||
---|---|---|---|---|---|
Undefined $items->{'materials'} fails a string check, so drop it. | patch | 2012-06-29 15:18:40 UTC | 897 bytes | no flags | Details |
Attachment #10577 | |||||
---|---|---|---|---|---|
Bug 8175 - Missing defined check in catalogue/details.pl Actually, just dropping the "ne ''" was better. In some cases $item->{'materials'} isn't defined. Any value is true, so no need for comparison. | patch | 2012-07-01 00:56:53 UTC | 908 bytes | no flags | Details |
Attachment #10620 | |||||
---|---|---|---|---|---|
Fixed the undefined issue and the intent of the ne '' | patch | 2012-07-03 09:30:07 UTC | 1.06 KB | no flags | Details |
Attachment #11496 | |||||
---|---|---|---|---|---|
Bug 8175 - Check for something in materials field fails in catalogue/details.pl | patch | 2012-08-09 13:27:04 UTC | 1.07 KB | no flags | Details |
Attachment #11937 | |||||
---|---|---|---|---|---|
items.materials=NULL triggers error, =' ' displays empty column | patch | 2012-09-02 13:21:33 UTC | 1.45 KB | no flags | Details |
Attachment #11956 | |||||
---|---|---|---|---|---|
Bug 8175 - check logs error or displays incorrectly in details.pl | patch | 2012-09-04 09:07:42 UTC | 1.47 KB | no flags | Details |