commit | ff73401cdef0136c15c6dab95d4d722123668e7a | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Tue Sep 30 20:38:12 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Tue Sep 30 20:38:12 2008 +0000 |
tree | a9d04ceca35fb777cdd769a1b093821d195de230 | |
parent | 8f99224e6c6d3ac51cb0f356e2e0feb10fa93f31 [diff] [blame] |
Did a little clean up. Nothing that affected functionality
diff --git a/system/database/drivers/mssql/mssql_driver.php b/system/database/drivers/mssql/mssql_driver.php index 9a912a3..fd3f963 100644 --- a/system/database/drivers/mssql/mssql_driver.php +++ b/system/database/drivers/mssql/mssql_driver.php
@@ -87,7 +87,7 @@ */ function db_set_charset($charset, $collation) { - // TODO - add support if needed + // @todo - add support if needed return TRUE; }