Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / comments / rendering [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 03 Aug 2002 22:34:25 | postnuke_official/html/modules/comments/rendering | threaded.php,1.7,1.8 | Carl P. Corliss |
| fixed a small bug whereby it wouldn't add an L connector when it should | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments/rendering
In directory ns7.hostnuke.net:/tmp/cvs-serv14739/html/modules/Comments/rendering
Modified Files:
threaded.php
Log Message:
fixed a small bug whereby it wouldn't add an L connector when it should
Index: threaded.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/rendering/threaded.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** threaded.php 26 Jul 2002 02:55:53 -0000 1.7
--- threaded.php 3 Aug 2002 22:34:22 -0000 1.8
***************
*** 150,156 ****
if ($counter > 0 && $current_depth != 0) {
! if ( ($current_depth != $prev_depth) && ($current_depth != $next_depth) ) {
$matrix[$current_depth - 1] = _COM_L_CONNECTOR;
! }
--- 150,156 ----
if ($counter > 0 && $current_depth != 0) {
! if ( ($current_depth != $prev_depth) ) {
$matrix[$current_depth - 1] = _COM_L_CONNECTOR;
! }
***************
*** 175,179 ****
// depth towards the begginning of the array - checking for I connectors
// and Blank connectors.
! for ($node = $current_depth; $node >= 0; ($node = $node - 1)) {
// be sure not to overwrite another node in the matrix
--- 175,179 ----
// depth towards the begginning of the array - checking for I connectors
// and Blank connectors.
! for ($node = $current_depth; $node >= 0; ($node = $node - 1)) {
// be sure not to overwrite another node in the matrix
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |