From db334924ab74513f7747c7b68c7321cb4ac0b432 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 18 Sep 2007 11:43:37 +0000 Subject: [PATCH] Fixed problem with forbidden 'synchronize' SVN revision: 1915 --- src/elogd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index b3a7e8fd..a2fce98a 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -10337,7 +10337,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL } /* main box for text box and icons */ - rsprintf("\n"); //## + rsprintf("\n"); if (enc_selected == 0) rsprintf("\n"); @@ -16925,7 +16925,7 @@ BOOL is_command_allowed(LOGBOOK * lbs, char *command) strcat(menu_str, ", "); } - strcat(menu_str, "HelpELCode, "); + strcat(menu_str, "HelpELCode, Synchronize, "); if (is_admin_user(lbs->name, getparam("unm"))) {