Menu

#3608 (ok 3.5.2) duplicate line in config.sample.inc.php

3.5.0
fixed
1
2013-06-11
2012-06-10
No

This is a very minor bug; I noticed a duplicate line has worked it's way into config.sample.inc.php on both phpMyAdmin-3.5.0-english and phpMyAdmin-3.5.1-english:

$ cat phpMyAdmin-3.5.1-english/config.sample.inc.php |grep table_ui
// $cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs';
// $cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs';

Not a big deal, obviously..thanks to everyone's help in making phpMyAdmin an awesome piece of software.

Christopher Juckins

Discussion

  • Christopher Juckins

    phpMyAdmin-3.5.1-english config.sample.inc.php

     
  • Rouslan Placella

    • priority: 5 --> 1
    • assigned_to: nobody --> roccivic
    • summary: duplicate line in config.sample.inc.php --> (ok 3.5.2) duplicate line in config.sample.inc.php
    • status: open --> open-fixed
     
  • Rouslan Placella

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2012-07-20
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed