corrected problem which prevented sql server instructions from being displayed

This commit is contained in:
seek3r 2001-01-04 17:56:57 +00:00
parent f3c3031bcd
commit 76a62e5f83
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
/* commented out because I cannot accuratly figure out if the DB exists */
//echo '<tr><td align="center"><img src="'.$phpgw_info["server"]["app_images"].'/incomplete.gif" alt="O" border="0"></td><td><form action="index.php" method=post>Your database exist, would you like to create your tables now?<br> <input type=submit value="Create tables"></form></td></tr>';
echo '<tr><td align="center"><img src="'.$phpgw_info["server"]["app_images"].'/incomplete.gif" alt="O" border="0"></td><td>Make sure that your database is created and the account permissions are set.<br>';
switch ($phpgw_domain[$SetupDomain]["db_type"]){
switch ($phpgw_domain[$ConfigDomain]["db_type"]){
case "mysql":
echo "
<br>Instructions for creating the database in MySQL:<br>

View File

@ -70,7 +70,7 @@
$fsetup = fopen("../header.inc.php","w");
fwrite($fsetup,$newheader);
fclose($fsetup);
$phpgw_setup->show_header("Generated header.inc.php", False, "header");
$phpgw_setup->show_header("Saved header.inc.php", False, "header");
echo "<form action=\"index.php\" method=post>";
echo "<br>Created header.inc.php! ";
echo "<input type=hidden name=\"FormLogout\" value=\"header\">";