phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.boinfolog.inc.php,1.19,1.20


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.boinfolog.inc.php,1.19,1.20
Date: Mon, 02 Sep 2002 05:21:38 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv5095

Modified Files:
        class.boinfolog.inc.php 
Log Message:
corrected some typos in the link-class support functions

Index: class.boinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.boinfolog.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** class.boinfolog.inc.php     2 Sep 2002 08:57:35 -0000       1.19
--- class.boinfolog.inc.php     2 Sep 2002 09:21:35 -0000       1.20
***************
*** 454,458 ****
                        if (!is_array($info))
                        {
!                               $info = $this->read( $info ))
                        }
                        return $info['info_subject'];
--- 454,458 ----
                        if (!is_array($info))
                        {
!                               $info = $this->read( $info );
                        }
                        return $info['info_subject'];
***************
*** 466,470 ****
                {
                        $start = $total = 0;
!                       $ids = 
$this->readIdArray('','','','',$pattern,'','','',&$start,&$total)
                        $content = array();
                        while (is_array($ids) && list( $id,$parent ) = each( 
$ids ))
--- 466,470 ----
                {
                        $start = $total = 0;
!                       $ids = 
$this->readIdArray('','','','',$pattern,'','','',&$start,&$total);
                        $content = array();
                        while (is_array($ids) && list( $id,$parent ) = each( 
$ids ))





reply via email to

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