Parcourir la 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 il y a 16 ans
Parent
commit
245eb99138
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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.
      * 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
      */