Breadcrumbs

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@262 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-26 10:45:49 +00:00
parent 7138eb2842
commit b4df61d5b3
13 changed files with 33 additions and 18 deletions

View File

@@ -189,7 +189,7 @@ if (extension_loaded("mysqli")) {
$mysql = new Min_PDO_MySQL;
} else {
page_header(lang('No MySQL extension'));
page_header(lang('No MySQL extension'), null);
echo "<p class='error'>" . lang('None of supported PHP extensions (%s) are available.', 'mysqli, mysql, pdo') . "</p>\n";
page_footer("auth");
exit;