X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=getjson.php;h=b220544468463127448c8b020ed882970f0e1941;hp=6026776775ea5a5278becd77e0289b806b0bfceb;hb=43a2a8bb13aee236c444eafafd57d67357f9c234;hpb=db1b03220d1d9eced86e6177f6787e59e5fd69a5 diff --git a/getjson.php b/getjson.php index 6026776..b220544 100644 --- a/getjson.php +++ b/getjson.php @@ -48,7 +48,7 @@ echo json_encode($row); if($usePDO) $DB=null; else - sqlite_close($DB); + $DB->close(); ?>