From 17eb0c75c5efa43760ac5715103a67ff92da5192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 4 Jan 2012 09:48:00 +0100 Subject: [PATCH] Remove duplicate line --- config.sample.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config.sample.inc.php b/config.sample.inc.php index d3920033c1..a98d548022 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -53,7 +53,6 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false; // $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages'; // $cfg['Servers'][$i]['column_info'] = 'pma_column_info'; // $cfg['Servers'][$i]['history'] = 'pma_history'; -// $cfg['Servers'][$i]['recent'] = 'pma_recent'; // $cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs'; // $cfg['Servers'][$i]['tracking'] = 'pma_tracking'; // $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';