Browse Source

ZF-7396
- Cleanup of docblocks to remove references to "oracle"


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17291 44c647ce-9c0f-0410-b52a-842ac1e357ba

ralph 16 years ago
parent
commit
245eb99138
1 changed files with 1 additions and 2 deletions
  1. 1 2
      library/Zend/Db/Adapter/Sqlsrv.php

+ 1 - 2
library/Zend/Db/Adapter/Sqlsrv.php

@@ -50,8 +50,7 @@ class Zend_Db_Adapter_Sqlsrv extends Zend_Db_Adapter_Abstract
      *
      *
      * username => (string) Connect to the database as this username.
      * username => (string) Connect to the database as this username.
      * password => (string) Password associated with the username.
      * password => (string) Password associated with the username.
-     * dbname   => Either the name of the local Oracle instance, or the
-     *             name of the entry in tnsnames.ora to which you want to connect.
+     * dbname   => The name of the local SQL Server instance
      *
      *
      * @var array
      * @var array
      */
      */