Commit ddd254f1 authored by jan.koester's avatar jan.koester
Browse files

fixed misstake

parent 08c325ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ SETTINGSINDEX:
            }

            int n = Args->database->exec(&sql,res);
            if(n<0){
            if(n>0){
                setdiv << "<table>";
                setdiv << "<tr><th>Name</th><th>Actions</th></tr>";
                for (int i = 0; i < n; ++i) {