mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +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);
|
||||
|
Loading…
Reference in New Issue
Block a user