Index: trunk/phase3/includes/db/DatabaseMssql.php |
— | — | @@ -631,7 +631,7 @@ |
632 | 632 | return $version; |
633 | 633 | } |
634 | 634 | |
635 | | - function tableExists ( $table, , $fname = __METHOD__, $schema = false ) { |
| 635 | + function tableExists ( $table, $fname = __METHOD__, $schema = false ) { |
636 | 636 | $res = sqlsrv_query( $this->mConn, "SELECT * FROM information_schema.tables |
637 | 637 | WHERE table_type='BASE TABLE' AND table_name = '$table'" ); |
638 | 638 | if ( $res === false ) { |