From 1c885b4dfeed6ee4a50c5429bdb6514cdc775314 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 16 Oct 2006 17:43:14 +0000 Subject: [PATCH] remove organization_id and ext_consortium_id --- PLC/Methods/AddSite.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PLC/Methods/AddSite.py b/PLC/Methods/AddSite.py index 8a0651eb..320121a8 100644 --- a/PLC/Methods/AddSite.py +++ b/PLC/Methods/AddSite.py @@ -5,8 +5,7 @@ from PLC.Sites import Site, Sites from PLC.Auth import PasswordAuth can_update = lambda (field, value): field in \ - ['is_public', 'latitude', 'longitude', 'url', - 'organization_id', 'ext_consortium_id'] + ['is_public', 'latitude', 'longitude', 'url'] class AddSite(Method): """ -- 2.47.0