From 898506fb0b4575d9187ae96e2189345499d9dfd2 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 10 Oct 2013 13:17:40 +0200 Subject: [PATCH] Fix bug with UUIDs... --- class.databaserecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.databaserecord.php b/class.databaserecord.php index 94ac501..54046a4 100644 --- a/class.databaserecord.php +++ b/class.databaserecord.php @@ -127,7 +127,7 @@ abstract class CPHPDatabaseRecordClass extends CPHPBaseClass } elseif(is_string($uDataSource) || is_numeric($uDataSource)) { - if($uDataSource != 0) + if($uDataSource !== 0) { if(!empty($this->fill_query)) {