From ed54a46fe9046dc019b6fcf3864a2bf5a3ecc69e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 18 Jun 2008 16:11:23 -0400 Subject: add more debugging darcs-hash:20080618201123-84dde-3c6a131fafc0ba8922293c608173a6d7407ce8d0.gz --- lib/openid.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/openid.php b/lib/openid.php index deaf86321..74d7d64a9 100644 --- a/lib/openid.php +++ b/lib/openid.php @@ -50,12 +50,16 @@ function oid_link_user($id, $canonical, $display) { $oid->canonical = $canonical; $oid->display = $display; $oid->created = DB_DataObject_Cast::dateTime(); - + + common_debug('oid = '.print_r($oid, TRUE), __FILE__); + if (!$oid->insert()) { $err = PEAR::getStaticProperty('DB_DataObject','lastError'); common_debug('DB error ' . $err->code . ': ' . $err->message, __FILE__); return false; } + + common_debug('oid = '.print_r($oid, TRUE), __FILE__); return true; } -- cgit v1.2.3