Explorar o código

[MANUAL] German:

- manual fix

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21678 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas %!s(int64=16) %!d(string=hai) anos
pai
achega
7f75ee42ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      documentation/manual/de/module_specs/Zend_Db_Statement.xml

+ 1 - 1
documentation/manual/de/module_specs/Zend_Db_Statement.xml

@@ -162,7 +162,7 @@ $stmt->execute(array(':reporter' => 'goofy', ':status' => 'FIXED'));
                 <listitem>
                     <para>
                         <emphasis>Cursor Ausrichtung</emphasis> ist das zweite Argument. Standard
-                        ist <constant>Zend_Db::FETCH_ORI_NEXT<constant>, was einfach bedeutet das
+                        ist <constant>Zend_Db::FETCH_ORI_NEXT</constant>, was einfach bedeutet das
                         für jeden Aufruf von <methodname>fetch()</methodname> die nächste Zeile des
                         Ergebnissatzes, in der Reihenfolge des <acronym>RDBMS</acronym>, zurück
                         gegeben wird.