phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora history.php,1.7,1.8


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora history.php,1.7,1.8
Date: Sun, 28 Apr 2002 16:08:35 -0400

Update of /cvsroot/phpgroupware/chora
In directory subversions:/tmp/cvs-serv28866

Modified Files:
        history.php 
Log Message:
Fix non-object error



Index: history.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/history.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** history.php 28 Apr 2002 20:06:03 -0000      1.7
--- history.php 28 Apr 2002 20:08:33 -0000      1.8
***************
*** 117,121 ****
                        $brcont = $branches[$brrev]; 
                        /* Check to see if current point matches a branch point 
*/
!                       if(!strcmp($rev, $_rev->strip($brrev,1)))
                        {
                                /* If it does, figure out how many rows we have 
to add */
--- 117,121 ----
                        $brcont = $branches[$brrev]; 
                        /* Check to see if current point matches a branch point 
*/
!                       if(!strcmp($rev, $GLOBALS['_rev']->strip($brrev,1)))
                        {
                                /* If it does, figure out how many rows we have 
to add */




reply via email to

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