From 07517ae563097e04e91ea3fae2c2ca1cf2309b86 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 16 Dec 2019 20:48:17 +0000
Subject: [PATCH] Użycie API REST do pobierania danych z Biblioteki Narodowej
---
includes/db2.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/includes/db2.php b/includes/db2.php
index 0b9c5cf..890879d 100644
--- a/includes/db2.php
+++ b/includes/db2.php
@@ -115,7 +115,7 @@
$value = NULL;
}
if(is_null($value)) {
- $a[] = '`'.$key.'` IS NULL';
+ $a[] = '`'.$key.'`=NULL';
}
else
{
--
Gitblit v1.9.1