didou Thu Jan 15 07:43:50 2004 EDT
Modified files:
/phpdoc/en/reference/yaz/functions yaz-scan.xml
Log:
CS : Function declarations follow the 'one true brace' convention
Index: phpdoc/en/reference/yaz/functions/yaz-scan.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-scan.xml:1.7
phpdoc/en/reference/yaz/functions/yaz-scan.xml:1.8
--- phpdoc/en/reference/yaz/functions/yaz-scan.xml:1.7 Mon Dec 15 11:54:30 2003
+++ phpdoc/en/reference/yaz/functions/yaz-scan.xml Thu Jan 15 07:43:50 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.8 -->
<refentry id="function.yaz-scan">
<refnamediv>
@@ -45,7 +45,8 @@
<programlisting role="php">
<![CDATA[
<?php
-function scan_titles($id, $startterm) {
+function scan_titles($id, $startterm)
+{
yaz_scan($id, "rpn", "@attr 1=4 " . $startterm);
yaz_wait();
$errno = yaz_errno($id);