X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/89df394a2e5dff7d3690e0d55ea3df9f2d5a2ef2..76680bebd5e09478498309d701ab0b9006504b8f:/modules/Command.pm?ds=inline diff --git a/modules/Command.pm b/modules/Command.pm index e6491e7..2e8f935 100644 --- a/modules/Command.pm +++ b/modules/Command.pm @@ -6,7 +6,7 @@ package Command; # Execute Dev-Editor's commands # # Author: Patrick Canterino -# Last modified: 2005-02-14 +# Last modified: 2005-02-28 # use strict; @@ -207,6 +207,7 @@ sub exec_show($$) $tpl->fillin('FILTER',encode_entities($filter2)); $tpl->fillin('FILTER_URL',escape($filter2)); + $tpl->parse_if_block('empty',$dirlist eq ''); $tpl->parse_if_block('dir_writeable',$dir_writeable); $tpl->parse_if_block('filter',$filter2); $tpl->parse_if_block('gmt',$config->{'use_gmt'});