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] |
| 12 Aug 2002 19:54:54 | postnuke_official/html/modules/comments/rendering | renderbase.php,1.7,1.8 threaded.php,1.11,1.12 | Mike |
| more cosmetics on a dead horse | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments/rendering
In directory ns7.hostnuke.net:/tmp/cvs-serv30448/rendering
Modified Files:
renderbase.php threaded.php
Log Message:
more cosmetics on a dead horse
Index: renderbase.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/rendering/renderbase.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** renderbase.php 26 Jul 2002 02:55:53 -0000 1.7
--- renderbase.php 12 Aug 2002 19:54:52 -0000 1.8
***************
*** 129,132 ****
--- 129,135 ----
function DrawLeaf($args) {
+ if (empty($args)) {
+ return '';
+ }
return pnModTemplate('comments',$this->type,'flat',$args,$this->template);
}
***************
*** 159,161 ****
}
! ?>
\ No newline at end of file
--- 162,164 ----
}
! ?>
Index: threaded.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/rendering/threaded.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** threaded.php 12 Aug 2002 19:21:34 -0000 1.11
--- threaded.php 12 Aug 2002 19:54:52 -0000 1.12
***************
*** 86,90 ****
$output .= $this->DrawFooter();
// Draw the comment
! $output .= $this->DrawLeaf($comment);
// Draw the input box
--- 86,90 ----
$output .= $this->DrawFooter();
// Draw the comment
! // $output .= $this->DrawLeaf($comment);
// Draw the input box
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 |