[phplib-dev] cvs commit From: athompso (phplib-dev <email protected>)
Date: 05/04/00

From: athompso
Date: Fri May 5 05:15:12 2000
Modified files:
      php-lib/doc/sgml/04-query.sgml

Log message:
Minor syntax fixups to work with SGMLtools 1.0.9

Index: php-lib/doc/sgml/04-query.sgml
diff -u php-lib/doc/sgml/04-query.sgml:1.1 php-lib/doc/sgml/04-query.sgml:1.2
--- php-lib/doc/sgml/04-query.sgml:1.1 Tue Dec 14 07:33:22 1999
+++ php-lib/doc/sgml/04-query.sgml Fri May 5 05:14:41 2000
@@ -1,4 +1,4 @@
-<!-- $Id: 04-query.sgml,v 1.1 1999/12/14 06:33:22 ssilk Exp $ -->
+<!-- $Id: 04-query.sgml,v 1.2 2000/05/05 03:14:41 athompso Exp $ -->
 
 <sect1>Query
 <p>
@@ -201,10 +201,9 @@
 <rowsep>
 StrLengWarn<colsep>This will print a warning, if the string should or will be
 truncated. This can be used for debugging.
-<caption>Accessible instance variables.</caption>
+<caption>Accessible instance variables.</caption></tabular>
 </table>
 
-
 <sect2>Instance methods
 <p>
 
@@ -289,7 +288,7 @@
         to update the hole table)
         </descrip>
 
-<b/Some things about $where/: The $where part is standardized over the hole
+<bf/Some things about $where/: The $where part is standardized over the hole
 query-class. It dosn't matter, if you write
 
 "WHERE hugo='bla'" "hugo='bla'" or " WHERE hugo='bla'"
@@ -298,7 +297,7 @@
 
 <tag> update_Clause ($table,$fields,$special,$where,$check="soft")</tag>
 <p> This function is nearly the same, as <tt/update_plain_Clause()/.
-The <b/main difference/ between <tt/update_Clause()/ and
+The <bf/main difference/ between <tt/update_Clause()/ and
 <tt/update_plain_Clause()/ is, that this function will not write updates for
 fields, that are not given in $fields (isset is false).
 
@@ -337,3 +336,4 @@
         ## $check if 'strong', it will stop, if an empty where-clause
         ## will be returned, to avoid "full" selects. Default is
 soft
+</descrip>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>