merge in change from php3

This commit is contained in:
Sascha Schumann 1999-07-21 15:39:28 +00:00
parent b33d0fd7e7
commit f78caff762

View file

@ -308,6 +308,7 @@ static void _php3_dba_open(INTERNAL_FUNCTION_PARAMETERS, int persistent)
info->mode = modenr;
info->argc = ac - 3;
info->argv = args + 3;
info->hnd = NULL;
if(hptr->open(info) != SUCCESS) {
dba_close(info);