Forgot to finish a commit

This commit is contained in:
jengo 2000-11-11 07:10:24 +00:00
parent 13fe67088c
commit afd5b2e926

View File

@ -33,6 +33,7 @@
$phpgw->common->read_preferences("addressbook"); $phpgw->common->read_preferences("addressbook");
$phpgw->common->read_preferences("email"); $phpgw->common->read_preferences("email");
$phpgw->common->read_preferences("calendar"); $phpgw->common->read_preferences("calendar");
$phpgw->common->read_preferences("stocks");
$phpgw->db->query("select app_version from applications where app_name='admin'",__LINE__,__FILE__); $phpgw->db->query("select app_version from applications where app_name='admin'",__LINE__,__FILE__);
$phpgw->db->next_record(); $phpgw->db->next_record();
@ -66,7 +67,7 @@
} }
} }
echo '<p><TABLE border="0">'; echo '<p><table border="0" width="100%">';
?> ?>
<script langague="JavaScript"> <script langague="JavaScript">
function opennotifywindow() function opennotifywindow()
@ -86,6 +87,11 @@
} }
} }
if ($phpgw_info["user"]["apps"]["stocks"] && $phpgw_info["user"]["preferences"]["stocks"]["enabled"]) {
include($phpgw_info["server"]["server_root"] . "/stocks/inc/functions.inc.php");
echo '<tr><td align="right">' . return_quotes($quotes) . '</td></tr>';
}
if ((isset($phpgw_info["user"]["apps"]["email"]) && if ((isset($phpgw_info["user"]["apps"]["email"]) &&
$phpgw_info["user"]["apps"]["email"]) && $phpgw_info["user"]["apps"]["email"]) &&
(isset($phpgw_info["user"]["preferences"]["email"]["mainscreen_showmail"]) && (isset($phpgw_info["user"]["preferences"]["email"]["mainscreen_showmail"]) &&