Index: trunk/extensions/TableMod/TableMod.body.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | private function performActions() { |
117 | 117 | global $tablemodAction, $tablemodContentChanged; |
118 | 118 | if ($tablemodAction[1] == 'remove' && isset($this->index_actions['remove'])) { |
119 | | - if ($this->index_column === 0) |
| 119 | + if ($this->index_column == 0) |
120 | 120 | unset($this->table['rows'][$tablemodAction[2]]); |
121 | 121 | else { |
122 | 122 | foreach ($this->table['rows'] as $rowid=>$row) { |
— | — | @@ -187,9 +187,6 @@ |
188 | 188 | } |
189 | 189 | } |
190 | 190 | |
191 | | - private function generateTable() { |
192 | | - } |
193 | | - |
194 | 191 | public function tableSave() { |
195 | 192 | global $tablemodContent; |
196 | 193 | $output = '{|'.$this->table['start']."\n"; |