hirokawa                Fri Apr 13 07:03:33 2001 EDT

  Modified files:              
    /phpdoc/ja/functions        array.xml 
    /phpdoc/ja/pear     standards.xml 
  Log:
  update translation.
  
Index: phpdoc/ja/functions/array.xml
diff -u phpdoc/ja/functions/array.xml:1.23 phpdoc/ja/functions/array.xml:1.24
--- phpdoc/ja/functions/array.xml:1.23  Sun Apr  8 16:07:41 2001
+++ phpdoc/ja/functions/array.xml       Fri Apr 13 07:03:33 2001
@@ -2028,7 +2028,7 @@
 
 <?php
 
-$result = mysql($conn, "SELECT id, name, salary FROM employees");
+$result = mysql_query ($conn, "SELECT id, name, salary FROM employees");
 while (list($id, $name, $salary) = mysql_fetch_row($result)) {
     print(" <tr>\n".
           "  <td><a href=\"info.php3?id=$id\">$name</a></td>\n".
Index: phpdoc/ja/pear/standards.xml
diff -u phpdoc/ja/pear/standards.xml:1.3 phpdoc/ja/pear/standards.xml:1.4
--- phpdoc/ja/pear/standards.xml:1.3    Thu Mar 15 04:22:12 2001
+++ phpdoc/ja/pear/standards.xml        Fri Apr 13 07:03:33 2001
@@ -97,7 +97,7 @@
   <sect1 id="pear.standards.funcdef">
    <title>関数の定義</title>
    <para>
-    
関数選言の後には、次のように波括弧を一つ置く流儀とします。
+    
+関数宣言の後には、次のように波括弧を一つ置く流儀とします。
     <programlisting role="php">
 function fooFunction($arg1, $arg2 = '')
 {


Reply via email to