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_modules / articles [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 12 Aug 2002 17:24:47 | postnuke_modules/articles | pnuser.php,1.45,1.46 | Mike |
| show comments via hooks | |||
Update of /home/cvsroot/postnuke_modules/articles
In directory ns7.hostnuke.net:/tmp/cvs-serv28842
Modified Files:
pnuser.php
Log Message:
show comments via hooks
Index: pnuser.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pnuser.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** pnuser.php 11 Aug 2002 00:44:08 -0000 1.45
--- pnuser.php 12 Aug 2002 17:24:45 -0000 1.46
***************
*** 335,340 ****
if ($article['pubtypeid'] == 1) {
$article['date'] = strftime(_DATETIMELONG, $article['pubdate']);
! // TODO: output from hooks comes here ?
! $article['comments'] = '';
// TODO: to be defined
$article['topic_icons'] = '';
--- 335,340 ----
if ($article['pubtypeid'] == 1) {
$article['date'] = strftime(_DATETIMELONG, $article['pubdate']);
! // TODO: use some comments user API function to get comment count
! $article['comments'] = '';
// TODO: to be defined
$article['topic_icons'] = '';
***************
*** 507,514 ****
// TODO: improve the case where we have several icons :)
$data['topic_icons'] = $icons;
-
- // TODO: output from hooks comes here ?
- $data['comments'] = '';
-
// TODO: add pnVarCensor ?
--- 507,510 ----
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 |