undefined variable when synchronizing with current server

This commit is contained in:
Marc Delisle
2009-10-03 21:14:57 +00:00
parent 0ad129ef05
commit fb6667d551

View File

@@ -61,6 +61,7 @@ if ((isset($_REQUEST['submit_connect']))) {
if (${"{$con}_type"} == 'cur') {
${"{$con}_connection"} = null;
${"{$con}_server"} = null;
${"{$con}_db"} = $_REQUEST[$con.'_db_sel'];
continue;
}