Changeset 168 for dev/install/install_step3.php
- Timestamp:
- 01/03/07 09:32:22 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/install/install_step3.php
r134 r168 52 52 else 53 53 { 54 echo 'Could not select the database , please check your settings.<br/>';54 echo 'Could not select the database: '.mysql_error().'<br/>'; 55 55 } 56 56 } … … 58 58 else 59 59 { 60 echo 'Could not connect to the server , please check your settings.<br/>';60 echo 'Could not connect to the server: '.mysql_error().'<br/>'; 61 61 } 62 62 }