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

« back to all changes in this revision

Viewing changes to index.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:
493
493
 * Drizzle can speak MySQL protocol, so don't warn about version mismatch for
494
494
 * Drizzle servers.
495
495
 */
496
 
if (function_exists('PMA_DBI_get_client_info') && !PMA_DRIZZLE) {
 
496
if (function_exists('PMA_DBI_get_client_info')
 
497
    && !PMA_DRIZZLE
 
498
    && $cfg['ServerLibraryDifference_DisableWarning'] == false
 
499
) {
497
500
    $_client_info = PMA_DBI_get_client_info();
498
501
    if ($server > 0
499
502
        && strpos($_client_info, 'mysqlnd') === false