Update app.js
This commit is contained in:
parent
326179479c
commit
e70fa6d257
|
|
@ -884,7 +884,8 @@ function mysqlRunMysqlTab(name){
|
|||
|
||||
// ------------------------- mysql start -------------------------------
|
||||
function mysqlGetSid(){
|
||||
return 0;
|
||||
return $('#mysql select[name=sid]').val();
|
||||
// return 0;
|
||||
}
|
||||
|
||||
function mysqlGetDbName(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue