dams Mon Feb 19 00:14:10 2001 EDT
Modified files:
/phpdoc/fr/functions yaz.xml
Log:
& -> &
Index: phpdoc/fr/functions/yaz.xml
diff -u phpdoc/fr/functions/yaz.xml:1.10 phpdoc/fr/functions/yaz.xml:1.11
--- phpdoc/fr/functions/yaz.xml:1.10 Tue Feb 13 01:16:49 2001
+++ phpdoc/fr/functions/yaz.xml Mon Feb 19 00:14:10 2001
@@ -572,9 +572,9 @@
yaz_wait();
$errno = yaz_errno($id);
if ($errno == 0) {
- $ar = yaz_scan_result($id,&$options);
+ $ar = yaz_scan_result($id,&$options);
echo 'Scan ok; ';
- $ar = yaz_scan_result($id, &$options);
+ $ar = yaz_scan_result($id, &$options);
while(list($key,$val)=each($options)) {
echo "$key = $val ";
}