mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
using new email address from the account
This commit is contained in:
parent
39c1a0aabb
commit
8ea4f68715
@ -76,12 +76,10 @@
|
|||||||
|
|
||||||
if ($_POST['test'])
|
if ($_POST['test'])
|
||||||
{
|
{
|
||||||
$prefs = $GLOBALS['phpgw']->preferences->create_email_preferences();
|
if (!$async->set_timer($times,'test','admin.uiasyncservice.test',$GLOBALS['phpgw_info']['user']['email']))
|
||||||
if (!$async->set_timer($times,'test','admin.uiasyncservice.test',$prefs['email']['address']))
|
|
||||||
{
|
{
|
||||||
echo '<p><b>'.lang("Error setting timer, wrong syntax or maybe there's one already running !!!")."</b></p>\n";
|
echo '<p><b>'.lang("Error setting timer, wrong syntax or maybe there's one already running !!!")."</b></p>\n";
|
||||||
}
|
}
|
||||||
unset($prefs);
|
|
||||||
}
|
}
|
||||||
if ($_POST['cancel'])
|
if ($_POST['cancel'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user