phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc class.boicalendar.inc.php,1.16.2.1,


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.boicalendar.inc.php,1.16.2.1,1.16.2.2
Date: Sat, 06 Apr 2002 10:13:22 -0500

Update of /cvsroot/phpgroupware/calendar/inc
In directory subversions:/tmp/cvs-serv5516/calendar/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.boicalendar.inc.php 
Log Message:
This now allows the _debug_array() to either print or not print the debug info.

Index: class.boicalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.boicalendar.inc.php,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -C2 -r1.16.2.1 -r1.16.2.2
*** class.boicalendar.inc.php   13 Feb 2002 03:13:03 -0000      1.16.2.1
--- class.boicalendar.inc.php   6 Apr 2002 15:13:20 -0000       1.16.2.2
***************
*** 1264,1268 ****
                else
                {
!                       $this->debug("Setting ".$type." = 
"._debug_array($value));
                }
        }
--- 1264,1268 ----
                else
                {
!                       $this->debug("Setting ".$type." = 
"._debug_array($value,False));
                }
        }
***************
*** 1412,1416 ****
                elseif(ereg('(.*(\:\\\\)?.*):(.*)',$value,$temp))
                {
!                       $this->debug('Value : '._debug_array($temp));
                        $this->debug('Param '.$majortype.' Value : '.$temp[3]);
                        if($temp[3])
--- 1412,1416 ----
                elseif(ereg('(.*(\:\\\\)?.*):(.*)',$value,$temp))
                {
!                       $this->debug('Value : '._debug_array($temp,False));
                        $this->debug('Param '.$majortype.' Value : '.$temp[3]);
                        if($temp[3])
***************
*** 1424,1428 ****
                        while(ereg('(([A-Z\-]*)[=]([[:alnum:] 
\_\)\(\/\$\.\,\:\\\|\*\&\^\%\#\!\~\"\?\&address@hidden<\>\-]*))([\;]?)(.*)',$value,$temp))
                        {
!                               $this->debug('Value : '._debug_array($temp));
                                $this->debug('Param '.$temp[2].' Value : 
'.$temp[3]);
                                $return_value[] = Array(
--- 1424,1428 ----
                        while(ereg('(([A-Z\-]*)[=]([[:alnum:] 
\_\)\(\/\$\.\,\:\\\|\*\&\^\%\#\!\~\"\?\&address@hidden<\>\-]*))([\;]?)(.*)',$value,$temp))
                        {
!                               $this->debug('Value : 
'._debug_array($temp,False));
                                $this->debug('Param '.$temp[2].' Value : 
'.$temp[3]);
                                $return_value[] = Array(
***************
*** 1439,1443 ****
                        while(ereg('(([A-Z\-]*)[=]([[:alnum:] 
\_\)\(\/\$\.\,\:\\\|\*\&\^\%\#\!\~\"\?\&address@hidden<\>\-]*))([\;]?)(.*)',$value,$temp))
                        {
!                               $this->debug('Value : '._debug_array($temp));
                                $this->debug('Param '.$temp[2].' Value : 
'.$temp[3]);
                                $return_value[] = Array(
--- 1439,1443 ----
                        while(ereg('(([A-Z\-]*)[=]([[:alnum:] 
\_\)\(\/\$\.\,\:\\\|\*\&\^\%\#\!\~\"\?\&address@hidden<\>\-]*))([\;]?)(.*)',$value,$temp))
                        {
!                               $this->debug('Value : 
'._debug_array($temp,False));
                                $this->debug('Param '.$temp[2].' Value : 
'.$temp[3]);
                                $return_value[] = Array(
***************
*** 1513,1517 ****
                                                        
$this->set_var($event[$majortype],$param,$value);
                                                }
!                                               $this->debug('Event : 
'._debug_array($event));
                                                break;
                                }
--- 1513,1517 ----
                                                        
$this->set_var($event[$majortype],$param,$value);
                                                }
!                                               $this->debug('Event : 
'._debug_array($event,False));
                                                break;
                                }
***************
*** 1527,1531 ****
                if($this->property[$majortype][$mode]['multiples'])
                {
!                       $this->debug(_debug_array($var));
                        $event[$majortype][] = $var;
                }
--- 1527,1531 ----
                if($this->property[$majortype][$mode]['multiples'])
                {
!                       $this->debug(_debug_array($var,False));
                        $event[$majortype][] = $var;
                }
***************
*** 1544,1548 ****
                                        $var[$key] = $val;
                                }
!                               $this->debug($majortype.' : 
'._debug_array($var));
                        }
                        $this->set_var($event,$majortype,$var);
--- 1544,1548 ----
                                        $var[$key] = $val;
                                }
!                               $this->debug($majortype.' : 
'._debug_array($var,False));
                        }
                        $this->set_var($event,$majortype,$var);
***************
*** 2066,2070 ****
                                }
                        }
!                       $this->debug('DATETIME : '._debug_array($dtime));
                        return $dtime;
                }
--- 2066,2070 ----
                                }
                        }
!                       $this->debug('DATETIME : '._debug_array($dtime,False));
                        return $dtime;
                }




reply via email to

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