From 45addbc50c50dfac0f54a697024fb7eee385221b Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 30 Sep 2012 15:30:58 +0200 Subject: [PATCH] add 'old' field --- modules/aum/contact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aum/contact.py b/modules/aum/contact.py index 9f214e15..29524cff 100644 --- a/modules/aum/contact.py +++ b/modules/aum/contact.py @@ -164,7 +164,7 @@ class Contact(_Contact): ))), ('details', OrderedDict(( ('old', FieldStr('age')), - ('old', FieldOld('birthday')), + #('old', FieldOld('birthday')), ('birthday', FieldStr('birthday')), ('zipcode', FieldStr('zip')), ('location', FieldStr('city')),