commit | 9a661810d2b9b96c458c1f369f0059b31012b6a8 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Mon Oct 16 19:02:48 2006 +0000 |
committer | admin <devnull@localhost> | Mon Oct 16 19:02:48 2006 +0000 |
tree | 76de207fe698e2e217821622a55bd313083128a3 | |
parent | b06d69f03f5149877390d7e99882006a141268ff [diff] [blame] |
diff --git a/system/database/drivers/mssql/mssql_utility.php b/system/database/drivers/mssql/mssql_utility.php index 129ba68..24ff1e1 100644 --- a/system/database/drivers/mssql/mssql_utility.php +++ b/system/database/drivers/mssql/mssql_utility.php
@@ -106,7 +106,7 @@ */ function _repair_table($table) { - return return FALSE; // Is this supported in MS SQL? + return FALSE; // Is this supported in MS SQL? } // --------------------------------------------------------------------