cortesi Tue Jan 8 14:29:49 2002 EDT
Modified files:
/phpdoc/en/functions ibase.xml
Log:
entity for false
Index: phpdoc/en/functions/ibase.xml
diff -u phpdoc/en/functions/ibase.xml:1.41 phpdoc/en/functions/ibase.xml:1.42
--- phpdoc/en/functions/ibase.xml:1.41 Tue Dec 18 14:08:15 2001
+++ phpdoc/en/functions/ibase.xml Tue Jan 8 14:29:49 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
<reference id="ref.ibase">
<title>InterBase functions</title>
<titleabbrev>InterBase</titleabbrev>
@@ -247,7 +247,7 @@
</funcsynopsis>
<simpara>
Performs a query on an InterBase database. If the query is not
- successful, returns false. If it is successful and there are resulting
+ successful, returns &false;. If it is successful and there are resulting
rows (such as with a SELECT query), returns a result identifier. If
the query was successful and there were no results, returns &true;.
Returns &false; if the query fails.