phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.3


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.36.2.13,1.36.2.14
Date: Fri, 21 Mar 2003 16:01:17 -0500

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv7072

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiaddressbook.inc.php 
Log Message:
more fixes for the def cat stuff

Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.36.2.13
retrieving revision 1.36.2.14
diff -C2 -r1.36.2.13 -r1.36.2.14
*** class.uiaddressbook.inc.php 21 Mar 2003 09:20:50 -0000      1.36.2.13
--- class.uiaddressbook.inc.php 21 Mar 2003 21:01:15 -0000      1.36.2.14
***************
*** 1013,1017 ****
                        $prefs   = $GLOBALS['HTTP_POST_VARS']['prefs'];
                        $other   = $GLOBALS['HTTP_POST_VARS']['other'];
!                       $fcat_id = $GLOBALS['HTTP_POST_VARS']['fcat_id'];
  
                        $custom = $this->fields->read_custom_fields();
--- 1013,1017 ----
                        $prefs   = $GLOBALS['HTTP_POST_VARS']['prefs'];
                        $other   = $GLOBALS['HTTP_POST_VARS']['other'];
!                       $fcat_id = (int) $GLOBALS['HTTP_POST_VARS']['fcat_id'];
  
                        $custom = $this->fields->read_custom_fields();





reply via email to

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