didou Thu Jan 15 07:42:11 2004 EDT
Modified files:
/phpdoc/en/reference/dba reference.xml
Log:
CS : Function declarations follow the 'one true brace' convention
Index: phpdoc/en/reference/dba/reference.xml
diff -u phpdoc/en/reference/dba/reference.xml:1.19
phpdoc/en/reference/dba/reference.xml:1.20
--- phpdoc/en/reference/dba/reference.xml:1.19 Wed Dec 31 10:03:10 2003
+++ phpdoc/en/reference/dba/reference.xml Thu Jan 15 07:42:11 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<reference id="ref.dba">
<title>Database (dbm-style) abstraction layer functions</title>
<titleabbrev>dba</titleabbrev>
@@ -241,8 +241,9 @@
$key = dba_nextkey($id);
}
-for ($i = 0; $i < count($handle_later); $i++)
+for ($i = 0; $i < count($handle_later); $i++) {
dba_delete($handle_later[$i], $id);
+}
?>
]]>