Feature #272 - About the database connection testing button: The word "MySQL" on the page has been replaced with "Database".

skala
Ivan Tcholakov 16 years ago
parent 580bf7759b
commit 727ddd6374
  1. 10
      main/install/install_functions.inc.php

@ -871,10 +871,10 @@ function display_database_settings_form($installType, $dbHostForm, $dbUsernameFo
<img src="../img/message_confirmation.png" alt="Confirmation" /> <img src="../img/message_confirmation.png" alt="Confirmation" />
</div>--> </div>-->
<!--<div style="float:left;">--> <!--<div style="float:left;">-->
MySQL host info: <strong><?php echo Database::get_host_info(); ?></strong><br /> Database host info: <strong><?php echo Database::get_host_info(); ?></strong><br />
MySQL server version: <strong><?php echo Database::get_server_info(); ?></strong><br /> Database server version: <strong><?php echo Database::get_server_info(); ?></strong><br />
MySQL client version: <strong><?php echo Database::get_client_info(); ?></strong><br /> Database client version: <strong><?php echo Database::get_client_info(); ?></strong><br />
MySQL protocol version: <strong><?php echo Database::get_proto_info(); ?></strong> Database protocol version: <strong><?php echo Database::get_proto_info(); ?></strong>
<!--</div>--> <!--</div>-->
<div style="clear:both;"></div> <div style="clear:both;"></div>
</div> </div>
@ -886,7 +886,7 @@ function display_database_settings_form($installType, $dbHostForm, $dbUsernameFo
<img src="../img/message_error.png" alt="Error" /> <img src="../img/message_error.png" alt="Error" />
</div>--> </div>-->
<div style="float:left;"> <div style="float:left;">
<strong>MySQL error: <?php echo Database::errno(); ?></strong><br /> <strong>Database error: <?php echo Database::errno(); ?></strong><br />
<?php echo Database::error().'<br />'; ?> <?php echo Database::error().'<br />'; ?>
<strong><?php echo get_lang('Details').': '. get_lang('FailedConectionDatabase'); ?></strong><br /> <strong><?php echo get_lang('Details').': '. get_lang('FailedConectionDatabase'); ?></strong><br />
</div> </div>

Loading…
Cancel
Save