didou Wed Feb 18 12:11:01 2004 EDT
Modified files: /phpdoc/en/reference/fbsql/functions fbsql-fetch-array.xml Log: this is also sql http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-fetch-array.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/fbsql/functions/fbsql-fetch-array.xml diff -u phpdoc/en/reference/fbsql/functions/fbsql-fetch-array.xml:1.3 phpdoc/en/reference/fbsql/functions/fbsql-fetch-array.xml:1.4 --- phpdoc/en/reference/fbsql/functions/fbsql-fetch-array.xml:1.3 Mon Dec 15 11:49:43 2003 +++ phpdoc/en/reference/fbsql/functions/fbsql-fetch-array.xml Wed Feb 18 12:11:01 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 --> <refentry id="function.fbsql-fetch-array"> <refnamediv> @@ -34,7 +34,7 @@ of the same name, you must the numeric index of the column or make an alias for the column. <informalexample> - <programlisting> + <programlisting role="sql"> <![CDATA[ select t1.f1 as foo t2.f1 as bar from t1, t2 ]]>