helly           Tue Dec 10 17:51:09 2002 EDT

  Modified files:              
    /php4/ext/dba       dba.c 
  Log:
  add missing comment
  
  
Index: php4/ext/dba/dba.c
diff -u php4/ext/dba/dba.c:1.69 php4/ext/dba/dba.c:1.70
--- php4/ext/dba/dba.c:1.69     Tue Dec 10 17:49:33 2002
+++ php4/ext/dba/dba.c  Tue Dec 10 17:51:09 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba.c,v 1.69 2002/12/10 22:49:33 helly Exp $ */
+/* $Id: dba.c,v 1.70 2002/12/10 22:51:09 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -421,6 +421,7 @@
         *
         * d: force lock on database file
         * l: force lock on lck file
+        * -: ignore locking
         *
         * t: test open database, warning if locked
         */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to