Starttime edited

Starttime can be changed now
This commit is contained in:
AliGitGut
2023-05-26 14:50:04 +02:00
parent edaba10719
commit 594c82ce23
4 changed files with 15062 additions and 16 deletions
@@ -118,7 +118,7 @@ public class DataBaseHandler
{
try
{
st.executeUpdate("update entries set timeend=" + entry.getTimeend() + " where id=" + entry.getId());
st.executeUpdate("update entries set timeend=" + entry.getTimeend() + ", timestart=" + entry.getTimestart() + " where id=" + entry.getId());
}
catch(Exception e)
{