summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-20 01:16:32 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-20 01:16:32 +0100
commit01b1bb4bbad0d815365935cd0390226f1874ede7 (patch)
treeee50ca445983ff9781f8d43558e0a98b35fa30f5
parentfbf85c0b1b49d8df1e5164a1ed90b215e64c36f2 (diff)
downloadeurephia-01b1bb4bbad0d815365935cd0390226f1874ede7.tar.gz
eurephia-01b1bb4bbad0d815365935cd0390226f1874ede7.tar.xz
eurephia-01b1bb4bbad0d815365935cd0390226f1874ede7.zip
Corrected wrong field name (org->organisation) in field mapping
-rw-r--r--database/eurephiadb_mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/eurephiadb_mapping.h b/database/eurephiadb_mapping.h
index 2f18248..6168a0a 100644
--- a/database/eurephiadb_mapping.h
+++ b/database/eurephiadb_mapping.h
@@ -91,7 +91,7 @@ static eDBfieldMap eTblMap_certificates[] = {
{TABLE_CERTS, NULL, FIELD_CERTDEPTH, ft_INT, "depth"},
{TABLE_CERTS, NULL, FIELD_CERTDIGEST, ft_STRING, "digest"},
{TABLE_CERTS, NULL, FIELD_CNAME, ft_STRING, "common_name"},
- {TABLE_CERTS, NULL, FIELD_ORG, ft_STRING, "org"},
+ {TABLE_CERTS, NULL, FIELD_ORG, ft_STRING, "organisation"},
{TABLE_CERTS, NULL, FIELD_EMAIL, ft_STRING, "email"},
{TABLE_CERTS, NULL, FIELD_REGISTERED, ft_DATETIME, "registered"},
{0, NULL, 0, ft_UNDEF, NULL}