Skip to content

Commit

Permalink
Use new version saving function
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jan 2, 2017
1 parent 3eff4a2 commit 442fc7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mysql/index.cgi
Expand Up @@ -53,9 +53,7 @@ elsif (!$mysql_version) {
&ui_print_footer("/", $text{'index'});
exit;
}
open(VERSION, ">$module_config_directory/version");
print VERSION $mysql_version,"\n";
close(VERSION);
&save_mysql_version($mysql_version);

# Check if MYSQL_PWD works
($r, $rout) = &is_mysql_running();
Expand Down

0 comments on commit 442fc7f

Please sign in to comment.