From db53aa53b6195cc41136a928bfdf77821e1fbdba Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 20 Apr 2012 14:24:02 +0200 Subject: [PATCH] Fix: Lines useless --- htdocs/public/agenda/agendaexport.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/public/agenda/agendaexport.php b/htdocs/public/agenda/agendaexport.php index a46b87b2ea4..a08bdad1814 100644 --- a/htdocs/public/agenda/agendaexport.php +++ b/htdocs/public/agenda/agendaexport.php @@ -55,9 +55,6 @@ require_once(DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php'); // Security check if (! $conf->agenda->enabled) accessforbidden('',1,1,1); -$mainmenu=isset($_GET["mainmenu"])?$_GET["mainmenu"]:""; -$leftmenu=isset($_GET["leftmenu"])?$_GET["leftmenu"]:""; - // Define format, type and filter $format='ical'; $type='event';