mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Forgot to finish a commit
This commit is contained in:
parent
13fe67088c
commit
afd5b2e926
@ -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()
|
||||||
@ -85,6 +86,11 @@
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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"]) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user