Index: trunk/extensions/SemanticResultFormats/GraphViz/SRF_Process.php |
— | — | @@ -162,6 +162,11 @@ |
163 | 163 | // Iterate all colums of the row (which describe properties of the proces node) |
164 | 164 | // |
165 | 165 | |
| 166 | + // FIXME: this does not work with SMW >= 1.6, see |
| 167 | + // https://bugzilla.wikimedia.org/show_bug.cgi?id=35003 |
| 168 | + |
| 169 | + // FIXME: got _a bit_ of redundancy here looks like... :/ |
| 170 | + |
166 | 171 | foreach ( $row as $field ) { |
167 | 172 | |
168 | 173 | // check column title |