phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc class.uicatalog_contact_note_ty... [V


From: Jonathan Rivera
Subject: [Phpgroupware-cvs] addressbook/inc class.uicatalog_contact_note_ty... [Version-0_9_16-branch]
Date: Tue, 03 Oct 2006 15:19:39 +0000

CVSROOT:        /sources/phpgroupware
Module name:    addressbook
Branch:         Version-0_9_16-branch
Changes by:     Jonathan Rivera <jarg>  06/10/03 15:19:39

Modified files:
        inc            : class.uicatalog_contact_note_type.inc.php 
                         class.uicatalog_contact_comm_type.inc.php 
                         class.uicatalog_contact_comm_descr.inc.php 
                         class.uicatalog_contact_addr_type.inc.php 

Log message:
        Repository : :ext:address@hidden:/sources/phpgroupware
        Module     : addressbook/inc
        Working dir: ~/development/phpgroupware/addressbook/inc/
        
        In directory .:
                    * Modified                
class.uicatalog_contact_addr_type.inc.php
                    * Modified                
class.uicatalog_contact_comm_descr.inc.php
                    * Modified                
class.uicatalog_contact_comm_type.inc.php
                    * Modified                
class.uicatalog_contact_note_type.inc.php
        
        --------------------- End ---------------------
        -- last cmd: cvs -f diff -u -N 
class.uicatalog_contact_note_type.inc.php --

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/class.uicatalog_contact_note_type.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/class.uicatalog_contact_comm_type.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/class.uicatalog_contact_comm_descr.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/class.uicatalog_contact_addr_type.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: class.uicatalog_contact_note_type.inc.php
===================================================================
RCS file: 
/sources/phpgroupware/addressbook/inc/class.uicatalog_contact_note_type.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- class.uicatalog_contact_note_type.inc.php   2 Oct 2003 23:08:46 -0000       
1.1.2.2
+++ class.uicatalog_contact_note_type.inc.php   3 Oct 2006 15:19:39 -0000       
1.1.2.3
@@ -50,6 +50,7 @@
                        {
                                $contacts = CreateObject('phpgwapi.contacts');
                                $contacts->delete_sessiondata('note_type');
+                               $contacts->delete_sessiondata('note_type_flag');
                        }
                }
 

Index: class.uicatalog_contact_comm_type.inc.php
===================================================================
RCS file: 
/sources/phpgroupware/addressbook/inc/class.uicatalog_contact_comm_type.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- class.uicatalog_contact_comm_type.inc.php   2 Oct 2003 23:08:46 -0000       
1.1.2.2
+++ class.uicatalog_contact_comm_type.inc.php   3 Oct 2006 15:19:39 -0000       
1.1.2.3
@@ -50,6 +50,7 @@
                        {
                                $contacts = CreateObject('phpgwapi.contacts');
                                $contacts->delete_sessiondata('comm_type');
+                               $contacts->delete_sessiondata('comm_type_flag');
                        }
                }
 

Index: class.uicatalog_contact_comm_descr.inc.php
===================================================================
RCS file: 
/sources/phpgroupware/addressbook/inc/class.uicatalog_contact_comm_descr.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- class.uicatalog_contact_comm_descr.inc.php  2 Oct 2003 23:08:46 -0000       
1.1.2.2
+++ class.uicatalog_contact_comm_descr.inc.php  3 Oct 2006 15:19:39 -0000       
1.1.2.3
@@ -56,6 +56,7 @@
                        {
                                $contacts = CreateObject('phpgwapi.contacts');
                                $contacts->delete_sessiondata('comm_descr');
+                               
$contacts->delete_sessiondata('comm_descr_flag');
                        }
                }
 

Index: class.uicatalog_contact_addr_type.inc.php
===================================================================
RCS file: 
/sources/phpgroupware/addressbook/inc/class.uicatalog_contact_addr_type.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- class.uicatalog_contact_addr_type.inc.php   2 Oct 2003 23:08:46 -0000       
1.1.2.2
+++ class.uicatalog_contact_addr_type.inc.php   3 Oct 2006 15:19:39 -0000       
1.1.2.3
@@ -49,6 +49,7 @@
                        {
                                $contacts = CreateObject('phpgwapi.contacts');
                                $contacts->delete_sessiondata('addr_type');
+                               $contacts->delete_sessiondata('addr_type_flag');
                        }
                }
 




reply via email to

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