minor fix for pgsql beta upgrade

This commit is contained in:
skeeter 2000-12-29 18:29:13 +00:00
parent 4066c6eb80
commit 82ac91886f

View File

@ -799,7 +799,7 @@
$ver();
echo "<table>";
echo " <tr bgcolor=\"e6e6e6\">\n";
echo " <td>Upgrade from $value to $phpgw_info["setup"]["currentver"]["phpgwapi"] is completed.</td>\n";
echo " <td>Upgrade from ".$value." to ".$phpgw_info["setup"]["currentver"]["phpgwapi"]." is completed.</td>\n";
echo " </tr>\n";
echo "</table>";
if ($tableschanged == True){$tablechanges = True;}