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

« back to all changes in this revision

Viewing changes to libraries/db_links.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2009-02-16 17:58:28 UTC
  • mfrom: (13.1.4 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090216175828-d2dllrukk9kecv4k
Tags: 4:3.1.2-2
* Upload to unstable.
* [INTL:es] Spanish debconf template update (Closes: #513690).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
3
/**
4
4
 *
5
 
 * @version $Id: db_links.inc.php 11335 2008-06-21 14:01:54Z lem9 $
 
5
 * @version $Id: db_links.inc.php 12163 2009-01-01 21:39:21Z lem9 $
6
6
 */
7
7
if (! defined('PHPMYADMIN')) {
8
8
    exit;
128
128
    }
129
129
}
130
130
 
131
 
echo PMA_getTabs($tabs);
 
131
$url_params['db'] = $db;
 
132
echo PMA_getTabs($tabs, $url_params);
132
133
unset($tabs);
133
134
 
134
135
/**
139
140
    unset($message);
140
141
}
141
142
?>
142
 
<br />