diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 23:36:19 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 23:36:19 -0400 |
commit | 7258969cd48d9e11e500db56665e190d05d1e4c0 (patch) | |
tree | 11df76e1e8e8b48c476b5ec062638973fa2bddf9 /lib | |
parent | 4aedce6864eb27a0c37b3dcae22fee0aa16ae537 (diff) |
use query method to do some transactions
darcs-hash:20080619033619-84dde-e4fcc00f5d86cb0d11feff5f88f719ea72d3318e.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/openid.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/openid.php b/lib/openid.php index f5f98201d..67f8edf7b 100644 --- a/lib/openid.php +++ b/lib/openid.php @@ -57,10 +57,6 @@ function oid_link_user($id, $canonical, $display) { return false; } - # For some reason, autocommit is turned off - - $oid->query('COMMIT'); - return true; } |