From f45733f5a669d85c8348225c81a3772f690c5412 Mon Sep 17 00:00:00 2001 From: Paul Abbott Date: Thu, 8 Dec 2016 12:17:46 +0000 Subject: [PATCH] corrected username to user_name on line 62 --- quickbase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickbase.php b/quickbase.php index 3be0693..9a2c84b 100644 --- a/quickbase.php +++ b/quickbase.php @@ -59,7 +59,7 @@ public function __construct($un, $pw, $user_token='', $usexml = true, $db = '', } $this->xml = $usexml; - if ($this->username) + if ($this->user_name) { $uid = $this->authenticate(); @@ -1113,4 +1113,4 @@ public function api_run_import($id) { return false; } } -?> \ No newline at end of file +?>