Index: trunk/phase3/includes/installer/Ibm_db2Installer.php |
— | — | @@ -214,8 +214,7 @@ |
215 | 215 | $status->fatal( 'config-connection-error', '' ); |
216 | 216 | } |
217 | 217 | else { |
218 | | - $nRows = $this->db->numRows( $result ); |
219 | | - while ( $row = $row = $this->db->fetchRow( $result ) ) { |
| 218 | + while ( $row = $this->db->fetchRow( $result ) ) { |
220 | 219 | if( $row[0] >= 32768 ) { |
221 | 220 | return $status; |
222 | 221 | } |