jkj             Sun Feb 18 12:10:08 2001 EDT

  Modified files:              
    /phpdoc/en/functions        yaz.xml 
  Log:
  - changed & to &
  
  
Index: phpdoc/en/functions/yaz.xml
diff -u phpdoc/en/functions/yaz.xml:1.8 phpdoc/en/functions/yaz.xml:1.9
--- phpdoc/en/functions/yaz.xml:1.8     Mon Feb 12 15:31:11 2001
+++ phpdoc/en/functions/yaz.xml Sun Feb 18 12:10:08 2001
@@ -569,9 +569,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  ";
           }


Reply via email to