From f8b605af23a80077f839b55375ccc8c4c1c16e8d Mon Sep 17 00:00:00 2001
From: ulrich <ulrich@uhilger.de>
Date: Mon, 28 Nov 2016 05:38:30 +0000
Subject: [PATCH] user form lesen und senden

---
 web/WEB-INF/sql.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/WEB-INF/sql.properties b/web/WEB-INF/sql.properties
index 09bbbdf..fab376f 100644
--- a/web/WEB-INF/sql.properties
+++ b/web/WEB-INF/sql.properties
@@ -10,7 +10,7 @@
     SYS.SYSTABLES as t 
     where s.schemaid = t.schemaid 
     and s.schemaname = 'APP' 
-    and t.tablename = 'USER'
+    and t.tablename = 'USERS'
   </entry>
   <entry key="incrementKey">
     update app.keytable 

--
Gitblit v1.9.3