~ubuntu-branches/ubuntu/saucy/phpmyadmin/saucy-proposed

« back to all changes in this revision

Viewing changes to server_databases.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-08-04 13:24:37 UTC
  • mfrom: (1.2.44)
  • Revision ID: package-import@ubuntu.com-20130804132437-jznw8efwy4hr1nms
Tags: 4:4.0.5-1
* New upstream release.
  - Fixes security issue PMASA-2013-10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
    }
234
234
 
235
235
    if ($is_superuser && ! PMA_DRIZZLE) {
236
 
        echo '    <th>' . ($cfg['PropertiesIconic'] ? '' : __('Action')) . "\n"
237
 
           . '    </th>' . "\n";
 
236
        echo '    <th>' 
 
237
            . ($cfg['ActionLinksMode'] == 'icons' ? '' : __('Action')) . "\n"
 
238
            . '    </th>' . "\n";
238
239
    }
239
240
    echo '</tr>' . "\n"
240
241
       . '</thead>' . "\n"