From: Marcus Boerger Date: Tue, 10 Dec 2002 22:51:09 +0000 (+0000) Subject: add missing comment X-Git-Tag: RELEASE_1_0b3~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6e9674bfdb5243e637bdd9ecb349300fc891f86;p=php add missing comment --- diff --git a/ext/dba/dba.c b/ext/dba/dba.c index a229b8195c..1f2badd308 100644 --- a/ext/dba/dba.c +++ b/ext/dba/dba.c @@ -421,6 +421,7 @@ static void php_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent) * * d: force lock on database file * l: force lock on lck file + * -: ignore locking * * t: test open database, warning if locked */