diff options
author | Marcus Boerger <helly@php.net> | 2003-08-12 21:29:28 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-08-12 21:29:28 +0000 |
commit | fb1288d067a7f23e806881273f473f5065862895 (patch) | |
tree | 91c1a1a28581bdc298d7b5f843bb59c5e729933c /ext/sqlite/sqlite.c | |
parent | ab9198e3967b6dce5eaf5bf9f465293effc38db5 (diff) | |
download | php-git-fb1288d067a7f23e806881273f473f5065862895.tar.gz |
# Wez, your whish is my command
Diffstat (limited to 'ext/sqlite/sqlite.c')
-rw-r--r-- | ext/sqlite/sqlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |