From fb1288d067a7f23e806881273f473f5065862895 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 12 Aug 2003 21:29:28 +0000 Subject: [PATCH] # Wez, your whish is my command --- ext/sqlite/sqlite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sqlite/sqlite.c b/ext/sqlite/sqlite.c index 07a33a9d5b..de1ec842f6 100644 --- a/ext/sqlite/sqlite.c +++ b/ext/sqlite/sqlite.c @@ -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); -- 2.40.0