1
0
Fork 0
- removed dead code
Dieser Commit ist enthalten in:
DSB 2011-06-14 20:09:03 +00:00
Ursprung 3794a89f54
Commit ab712faeff

Datei anzeigen

@ -200,16 +200,12 @@ class SqlController extends Zend_Controller_Action
$newDbInfo['dbCharset'], $newDbInfo['dbCharset'],
$newDbInfo['dbCollation'] $newDbInfo['dbCollation']
); );
if (!$dbCreated) { //db created - refresh db list for menu
$errorInfo = $this->_db->getLastError(); $this->view->config->set(
} else { 'dynamic.dbActual',
//db created - refresh db list for menu $newDbInfo['dbName']
$this->view->config->set( );
'dynamic.dbActual', $this->_refreshDbList('create.database');
$newDbInfo['dbName']
);
$this->_refreshDbList('create.database');
}
} catch (Msd_Exception $e) { } catch (Msd_Exception $e) {
$dbCreated = false; $dbCreated = false;
$errorInfo = array( $errorInfo = array(