From 266ffb4ff5c2b5c51b3f105caa49ca456ba5a489 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 03 Jan 2021 14:01:49 +0000
Subject: [PATCH] Font-Verweis in Profil umgestellt

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

diff --git a/web/WEB-INF/sql.properties b/web/WEB-INF/sql.properties
index b94548e..7613271 100644
--- a/web/WEB-INF/sql.properties
+++ b/web/WEB-INF/sql.properties
@@ -41,6 +41,9 @@
   <entry key="getUserData">
     select user_name,user_first,user_last,user_email from app.users where user_name = ?
   </entry>
+  <entry key="getUser">
+    select * from app.users where user_name = ?
+  </entry>
   <entry key="getDateList">
     select substr(or_zeit,1,8) as tag, count(*) as anz from app.orte as orte 
     where or_pers_id = ?  

--
Gitblit v1.9.3