X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/633e5feee661afa985e87a66b524650ed1eae55a..d67f6ce936647c7312b944d2d2c0c0da13352e1f:/modules/Command.pm diff --git a/modules/Command.pm b/modules/Command.pm index e8d8520..42da15d 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-04-23 +# Last modified: 2005-05-05 # use strict; @@ -178,7 +178,6 @@ sub exec_show($$) $ftpl->fillin('URL',equal_url(encode_html($config->{'httproot'}),$virt_path->{'html'})); $ftpl->parse_if_block('link',-l $phys_path); - $ftpl->parse_if_block('no_link',not -l $phys_path); $ftpl->parse_if_block('not_readable',not -r $phys_path); $ftpl->parse_if_block('binary',-B $phys_path); $ftpl->parse_if_block('readonly',not -w $phys_path);