~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to server_databases.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-10-07 20:18:01 UTC
  • mfrom: (1.2.46)
  • Revision ID: package-import@ubuntu.com-20131007201801-l5l0ril5992p8sxz
Tags: 4:4.0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
    );
185
185
 
186
186
    $_url_params['pos'] = $pos;
187
 
    $_url_params['drop_selected_dbs'] = 1;
188
187
 
189
188
    echo '<form class="ajax" action="server_databases.php" ';
190
189
    echo 'method="post" name="dbStatsForm" id="dbStatsForm">' . "\n";