mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
small change to test syncmail
This commit is contained in:
parent
ede23eae62
commit
3ec482b83f
@ -90,7 +90,7 @@
|
|||||||
@reset($raw);
|
@reset($raw);
|
||||||
while (list($a,$raw_file) = @each($raw))
|
while (list($a,$raw_file) = @each($raw))
|
||||||
{
|
{
|
||||||
while (list($null,$line) = @each($raw_file))
|
while (list($_null,$line) = @each($raw_file))
|
||||||
{
|
{
|
||||||
$addit = False;
|
$addit = False;
|
||||||
list($message_id,$app_name,$phpgw_setup->db_lang,$content) = explode("\t",$line);
|
list($message_id,$app_name,$phpgw_setup->db_lang,$content) = explode("\t",$line);
|
||||||
@ -127,7 +127,7 @@
|
|||||||
$phpgw_setup->db->transaction_commit();
|
$phpgw_setup->db->transaction_commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $included)
|
if(!$included)
|
||||||
{
|
{
|
||||||
Header('Location: index.php');
|
Header('Location: index.php');
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user