summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-08-10 07:13:00 +0000
committerZach Copley <zach@controlyourself.ca>2009-08-10 07:13:00 +0000
commitdae74e8ff452e09f37dbd820a74437a672802bc6 (patch)
treec003a062ea27459e715d8fa1424eeb4afcb32556 /classes
parent27548c690350bdf0376d846a5e8e86477359297d (diff)
Take token field out of foreign_link
This undoes patch a49272d448d75a6ab74515352345d8baacb96f1f
Diffstat (limited to 'classes')
-rw-r--r--classes/Foreign_link.php1
-rw-r--r--classes/laconica.ini1
2 files changed, 0 insertions, 2 deletions
diff --git a/classes/Foreign_link.php b/classes/Foreign_link.php
index a3a159eb5..c0b356ece 100644
--- a/classes/Foreign_link.php
+++ b/classes/Foreign_link.php
@@ -14,7 +14,6 @@ class Foreign_link extends Memcached_DataObject
public $foreign_id; // bigint(8) primary_key not_null unsigned
public $service; // int(4) primary_key not_null
public $credentials; // varchar(255)
- public $token; // varchar(255)
public $noticesync; // tinyint(1) not_null default_1
public $friendsync; // tinyint(1) not_null default_2
public $profilesync; // tinyint(1) not_null default_1
diff --git a/classes/laconica.ini b/classes/laconica.ini
index 85d5f528d..766bed75d 100644
--- a/classes/laconica.ini
+++ b/classes/laconica.ini
@@ -127,7 +127,6 @@ user_id = 129
foreign_id = 129
service = 129
credentials = 2
-token = 2
noticesync = 145
friendsync = 145
profilesync = 145