Changeset 747

Show
Ignore:
Timestamp:
12/07/06 18:57:05 (2 years ago)
Author:
sven
Message:

kill a notice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/weblogs/weblogs_posts_view.php

    r746 r747  
    149149            if ($comments = get_records('weblog_comments','post_id',$post->ident,'posted ASC')) { 
    150150                $numcomments = count($comments); 
     151                $pagelinks = ''; 
    151152                if (!empty($perpage) && $numcomments > $perpage) { 
    152153                    $comments = array_slice($comments, $offset, $perpage);