Changeset 11772
- Timestamp:
- 08/28/07 14:43:39 (1 year ago)
- Files:
-
- trunk/midgard/data/midgard_setup_database.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/data/midgard_setup_database.php
r11722 r11772 10 10 class midgard_setup_database_exception extends Exception 11 11 { 12 public function __construct($message, $code = 0)13 {14 parent::__construct($message, $code);15 }12 public function __construct($message, $code = 0) 13 { 14 parent::__construct($message, $code); 15 } 16 16 } 17 17 … … 184 184 $value = midgard_setup_cli::get_text(_("What is MySQL admin username?")); 185 185 186 if(!$value && $value == '') 187 $value = "root"; 188 186 189 midgard_setup_cli::message( 187 190 _("Preparing to create database. You will be asked for password if needed."));
