diff --git a/swad_changelog.h b/swad_changelog.h index 49dd7d19e..6040c2e55 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -39,11 +39,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.66 (2015/01/24)" +#define Log_PLATFORM_VERSION "SWAD 14.66.1 (2015/01/24)" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h | tail -1 /* + Version 14.66.1: Jan 24, 2015 Fixed bug in clipboard. (175404 lines) Version 14.66: Jan 24, 2015 Changes in clipboard table. (175401 lines) 13 changes necessary in database: DROP INDEX FileBrowser ON clipboard; diff --git a/swad_file_browser.c b/swad_file_browser.c index 2e62b1604..fe945728a 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -5918,6 +5918,8 @@ static bool Brw_CheckIfClipboardIsInThisTree (void) if (Gbl.FileBrowser.Clipboard.Cod == Gbl.CurrentCrs.Grps.GrpCod) return true; // I am in the group of the clipboard break; + case Brw_FILE_BRW_BRIEFCASE_USR: + return true; default: break; }