# Wez, your whish is my command

This commit is contained in:
Marcus Boerger 2003-08-12 21:29:28 +00:00
parent ab9198e396
commit fb1288d067

View File

@ -1147,7 +1147,7 @@ PHP_FUNCTION(sqlite_open)
}
}
php_sqlite_open(fullpath?fullpath:filename, mode, NULL, return_value, errmsg, object TSRMLS_CC);
php_sqlite_open(fullpath ? fullpath : filename, mode, NULL, return_value, errmsg, object TSRMLS_CC);
if (fullpath) {
efree(fullpath);