phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.bocompose.inc.php, 1.8.2.1, 1.8.


From: Alejandro Borges (lex) <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.bocompose.inc.php, 1.8.2.1, 1.8.2.2
Date: Sat, 13 Sep 2003 02:27:46 -0400

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv21871/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.bocompose.inc.php 
Log Message:
Fix the js addressbook


Index: class.bocompose.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.bocompose.inc.php,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** class.bocompose.inc.php     8 Sep 2003 08:33:31 -0000       1.8.2.1
--- class.bocompose.inc.php     13 Sep 2003 06:27:44 -0000      1.8.2.2
***************
*** 614,620 ****
                                "/index.php",
                                        array(
!                                               
"menuaction"=>"email.uijsaddressbook.show",
                                                "viewmore" => "1",
!                                               "cat_id" => "-1"
                                        )
                        );
--- 614,621 ----
                                "/index.php",
                                        array(
!                                               
"menuaction"=>"phpgwapi.uijsaddressbook.show",
                                                "viewmore" => "1",
!                                               "cat_id" => "-1",
!                                               "update_opener" => "1"
                                        )
                        );
***************
*** 731,735 ****
                                //another thing to do is this: if we hit a 
compose page this is a new mesage
                                //the little addressbook should forget all its 
cache
!                               
$jsaddybookui=CreateObject('email.uijsaddressbook');
                                $jsaddybookui->forget_all(1);
                        }
--- 732,736 ----
                                //another thing to do is this: if we hit a 
compose page this is a new mesage
                                //the little addressbook should forget all its 
cache
!                               
$jsaddybookui=CreateObject('phpgwapi.uijsaddressbook',true);
                                $jsaddybookui->forget_all(1);
                        }





reply via email to

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