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] |
04 Aug 2002 03:46:20 | postnuke_official/html/modules/comments/rendering | threaded.php,1.8,1.9 | Carl P. Corliss |
fixed some minor bugs... |
Update of /home/cvsroot/postnuke_official/html/modules/comments/rendering In directory ns7.hostnuke.net:/tmp/cvs-serv18372/html/modules/comments/rendering Modified Files: threaded.php Log Message: fixed some minor bugs... Index: threaded.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/comments/rendering/threaded.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** threaded.php 3 Aug 2002 22:34:22 -0000 1.8 --- threaded.php 4 Aug 2002 03:46:18 -0000 1.9 *************** *** 53,57 **** // draw the Settings Form ! $output .= $this->DrawFormViewOptions(); // Draw the Comment Header --- 53,57 ---- // draw the Settings Form ! $output .= $this->DrawFormViewOptions(array()); // Draw the Comment Header *************** *** 86,90 **** $output .= $this->DrawFooter(); // Draw the comment ! $output .= $this->DrawLeaf($comment, $users[$comment[author]]); // Draw the input box --- 86,90 ---- $output .= $this->DrawFooter(); // Draw the comment ! $output .= $this->DrawLeaf($comment); // Draw the input box *************** *** 111,115 **** function MapTree($CommentList) { $listsize = (count($CommentList) - 1); ! // create the matrix starting from the end and working our way towards // the beginning. --- 111,116 ---- function MapTree($CommentList) { $listsize = (count($CommentList) - 1); ! $total = count($CommentList); ! // create the matrix starting from the end and working our way towards // the beginning. *************** *** 129,132 **** --- 130,134 ---- // first start by placing the depth point in the matrix // if the current comment has children place a P connetor + if ($CommentList[$counter]['HasChildren']) { $matrix[$current_depth] = _COM_P_CONNECTOR;
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 |