[chronojump] Minor change



commit bf1ee68d3a9bea8a9ff25b8b0f453bdd313186a8
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue May 11 11:00:23 2021 +0200

    Minor change

 src/sqlite/session.cs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/sqlite/session.cs b/src/sqlite/session.cs
index fa67844d..0b2820d2 100644
--- a/src/sqlite/session.cs
+++ b/src/sqlite/session.cs
@@ -321,6 +321,7 @@ class SqliteSession : Sqlite
        
        //used by the stats selector of sessions
        //also by PersonsRecuperateFromOtherSessionWindowBox (src/gui/person.cs)
+       //sessionIdDisable allows to not return current session on selection, for returning all just put -1
        public static string[] SelectAllSessionsSimple(bool commentsDisable, int sessionIdDisable) 
        {
                string selectString = " uniqueID, name, place, date, comments ";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]