changeset 289 | 2b60c89dc27f |
parent 288 | 9a1a32bc2050 |
child 293 | 3f98d4ba1e33 |
288:9a1a32bc2050 | 289:2b60c89dc27f |
---|---|
124 { |
124 { |
125 $this->enable_errorhandler(); |
125 $this->enable_errorhandler(); |
126 |
126 |
127 dc_here('dbal: trying to connect....'); |
127 dc_here('dbal: trying to connect....'); |
128 |
128 |
129 if ( defined('IN_ENANO_INSTALL') ) |
129 if ( defined('IN_ENANO_INSTALL') && !defined('IN_ENANO_UPGRADE') ) |
130 { |
130 { |
131 @include(ENANO_ROOT.'/config.new.php'); |
131 @include(ENANO_ROOT.'/config.new.php'); |
132 } |
132 } |
133 else |
133 else |
134 { |
134 { |