[prev in list] [next in list] [prev in thread] [next in thread] 

List:       phpdoc
Subject:    [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-delete.xml
From:       "Marco Cucinato" <marco () cucinato ! com>
Date:       2002-06-28 19:51:48
[Download RAW message or body]

cucinato		Fri Jun 28 15:51:48 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions	pg-delete.xml 
  Log:
  Typo fix
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-delete.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.4 \
                phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-delete.xml:1.4	Wed Apr 24 04:31:06 2002
+++ phpdoc/en/reference/pgsql/functions/pg-delete.xml	Fri Jun 28 15:51:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
   <refentry id='function.pg-delete'>
    <refnamediv>
@@ -30,7 +30,7 @@
 <![CDATA[
 <?php 
     $db = pg_connect ('dbname=foo');
-    // This is safe, since $_POST is converted autotmatically
+    // This is safe, since $_POST is converted automatically
     $res = pg_delete($db, 'post_log', $_POST);
     if ($res) {
         echo "POST data is deleted: $res\n";



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic