From 2ddb852bc06ad01c0c43bba69eeefaf4c969ae19 Mon Sep 17 00:00:00 2001 From: Christian Barkowsky Date: Wed, 17 Oct 2018 11:52:33 +0200 Subject: [PATCH] #47 --- Immocaster/Data/Mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Immocaster/Data/Mysql.php b/Immocaster/Data/Mysql.php index cde8a98..5e4e793 100755 --- a/Immocaster/Data/Mysql.php +++ b/Immocaster/Data/Mysql.php @@ -301,7 +301,7 @@ public function saveApplicationToken($sToken,$sSecret,$sUser) $sql = "INSERT INTO `".$this->_oDatabaseDb."`.`".$this->_sTableName."` ( `ic_desc`,`ic_key`,`ic_secret`,`ic_expire`,`ic_username` ) VALUES ( - 'APPLICATION','".$sToken."','".$sSecret."','0000-00-00 00:00:00.000000','".$sUser."' + 'APPLICATION','".$sToken."','".$sSecret."','1000-01-01 00:00:00.000000','".$sUser."' );"; if(mysqli_query($this->_oDataConnection,$sql)) {