Index: trunk/extensions/SemanticMediaWiki/includes/queryprinters/SMW_QP_List.php |
— | — | @@ -100,6 +100,8 @@ |
101 | 101 | // Initialise more values |
102 | 102 | $result = ''; |
103 | 103 | $column_width = 0; |
| 104 | + $rows_per_column = -1; // usually unnecessary |
| 105 | + $rows_in_cur_column = -1; |
104 | 106 | |
105 | 107 | // Set up floating divs, if there's more than one column |
106 | 108 | if ( $this->mColumns > 1 ) { |