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 / common [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 12 Aug 2002 17:31:43 | postnuke_official/html/modules/comments/common | CommonFunctions.php,1.21,1.22 | Mike |
| quick fix (tm) to at least *show* imported article comments - still lots of TODOs :-) | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments/common
In directory ns7.hostnuke.net:/tmp/cvs-serv28963/common
Modified Files:
CommonFunctions.php
Log Message:
quick fix (tm) to at least *show* imported article comments - still lots of TODOs :-)
Index: CommonFunctions.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/common/CommonFunctions.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** CommonFunctions.php 4 Aug 2002 08:42:21 -0000 1.21
--- CommonFunctions.php 12 Aug 2002 17:31:41 -0000 1.22
***************
*** 125,129 ****
}
! return $row['lineage'];
}
--- 125,129 ----
}
! return $row['pn_lineage'];
}
***************
*** 139,143 ****
function pnComments_GetDepth($Lineage) {
$family = explode(':',$Lineage);
! return (count($family) - 1);
}
--- 139,143 ----
function pnComments_GetDepth($Lineage) {
$family = explode(':',$Lineage);
! return (count($family));
}
***************
*** 713,715 ****
return $CommentList;
}
! ?>
\ No newline at end of file
--- 713,715 ----
return $CommentList;
}
! ?>
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 |