undefined variable when synchronizing with current server
This commit is contained in:
@@ -61,6 +61,7 @@ if ((isset($_REQUEST['submit_connect']))) {
|
|||||||
|
|
||||||
if (${"{$con}_type"} == 'cur') {
|
if (${"{$con}_type"} == 'cur') {
|
||||||
${"{$con}_connection"} = null;
|
${"{$con}_connection"} = null;
|
||||||
|
${"{$con}_server"} = null;
|
||||||
${"{$con}_db"} = $_REQUEST[$con.'_db_sel'];
|
${"{$con}_db"} = $_REQUEST[$con.'_db_sel'];
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user