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