Explorar el Código

* Corrected documentation issue [ZF-8956]

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20714 44c647ce-9c0f-0410-b52a-842ac1e357ba
jplock hace 16 años
padre
commit
ad60d6a53e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Queue-Adapters.xml

@@ -412,7 +412,7 @@ $queue = new Zend_Queue('Db', $options);
 
             <para>
                 The database <emphasis>CREATE TABLE ( ... )</emphasis> <acronym>SQL</acronym>
-                statement can be found in <filename>Zend/Queue/Adapter/Db/queue.sql</filename>.
+                statement can be found in <filename>Zend/Queue/Adapter/Db/mysql.sql</filename>.
             </para>
         </sect3>