mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 01:48:01 +02: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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user