phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: tts/inc class.bo.inc.php,1.4,1.4.2.1 functions.i


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: tts/inc class.bo.inc.php,1.4,1.4.2.1 functions.inc.php,1.37.2.6,1.37.2.7
Date: Sat, 22 Jun 2002 21:08:22 -0400

Update of /cvsroot/phpgroupware/tts/inc
In directory subversions:/tmp/cvs-serv30126/tts/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.bo.inc.php functions.inc.php 
Log Message:
GNU Patch #337.

Index: class.bo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/class.bo.inc.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** class.bo.inc.php    23 Dec 2001 22:41:18 -0000      1.4
--- class.bo.inc.php    23 Jun 2002 01:08:20 -0000      1.4.2.1
***************
*** 466,470 ****
                                        {
                                                $prefs = 
$GLOBALS['phpgw']->preferences->create_email_preferences($members[$i]['account_id']);
!                                               $toarray[] = 
$prefs['email']['address'];
                                        }
                                }
--- 466,470 ----
                                        {
                                                $prefs = 
$GLOBALS['phpgw']->preferences->create_email_preferences($members[$i]['account_id']);
!                                               
$toarray[$prefs['email']['address']] = $prefs['email']['address'];
                                        }
                                }
***************
*** 476,480 ****
                                else
                                {
!                                       $to = $toarray[0];
                                }
  
--- 476,480 ----
                                else
                                {
!                                       $to = current($toarray);
                                }
  

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/functions.inc.php,v
retrieving revision 1.37.2.6
retrieving revision 1.37.2.7
diff -C2 -r1.37.2.6 -r1.37.2.7
*** functions.inc.php   13 May 2002 23:16:17 -0000      1.37.2.6
--- functions.inc.php   23 Jun 2002 01:08:20 -0000      1.37.2.7
***************
*** 127,131 ****
  //                                    $prefs = $pref->read_repository();
  //                                    $prefs = 
$phpgw->common->create_emailpreferences($prefs,$members[$i]['account_id']);
!                                       $toarray[] = $prefs['email']['address'];
  //                                    unset($pref);
                                }
--- 127,131 ----
  //                                    $prefs = $pref->read_repository();
  //                                    $prefs = 
$phpgw->common->create_emailpreferences($prefs,$members[$i]['account_id']);
!                                       $toarray[$prefs['email']['address']] = 
$prefs['email']['address'];
  //                                    unset($pref);
                                }
***************
*** 137,141 ****
                        else
                        {
!                               $to = $toarray[0];
                        }
      
--- 137,141 ----
                        else
                        {
!                               $to = current($toarray);
                        }
      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]