summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-25 22:39:02 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-25 22:39:02 +0100
commit51140457e081ba4aa7afd3e8bf8f1b6117a7d1f6 (patch)
tree3c3d2b9cea7c4041294b423c6761b86107cfaa3d
parentbfcb62aea8c30e43ac191ffd1eb40a86ca1ec846 (diff)
downloadeurephia-51140457e081ba4aa7afd3e8bf8f1b6117a7d1f6.tar.gz
eurephia-51140457e081ba4aa7afd3e8bf8f1b6117a7d1f6.tar.xz
eurephia-51140457e081ba4aa7afd3e8bf8f1b6117a7d1f6.zip
Added usercerts to the table name mapping table
-rw-r--r--database/eurephiadb_mapping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/eurephiadb_mapping.c b/database/eurephiadb_mapping.c
index e1b7432..3ea56c1 100644
--- a/database/eurephiadb_mapping.c
+++ b/database/eurephiadb_mapping.c
@@ -39,6 +39,7 @@ const char *TABLE_NAME[] = {
NULL,
"users",
"certificates",
+ "usercerts",
"lastlog",
"attempts",
"blacklist",