betz            Sat May 25 17:10:46 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-fetch-field.xml 
  Log:
  example correction <br />
  
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml:1.2 
phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml:1.3
--- phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml:1.2       Wed Apr 17 
02:41:11 2002
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-field.xml   Sat May 25 17:10:46 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-fetch-field">
    <refnamediv>
@@ -104,10 +104,10 @@
 /* get column metadata */
 $i = 0;
 while ($i < mysql_num_fields($result)) {
-    echo "Information for column $i:<BR>\n";
+    echo "Information for column $i:<br />\n";
     $meta = mysql_fetch_field($result);
     if (!$meta) {
-        echo "No information available<BR>\n";
+        echo "No information available<br />\n";
     }
     echo "<pre>
 blob:         $meta->blob


Reply via email to