From 729c3abd02fc564fb99be53ba5fba450a073197f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 2 May 2004 13:06:57 +0000 Subject: fix some issues with oop, fixing small bugs and prepare the next steps... NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/ucp/ucp_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/ucp/ucp_attachments.php') diff --git a/phpBB/includes/ucp/ucp_attachments.php b/phpBB/includes/ucp/ucp_attachments.php index e2becf7275..b708d209bf 100644 --- a/phpBB/includes/ucp/ucp_attachments.php +++ b/phpBB/includes/ucp/ucp_attachments.php @@ -107,7 +107,7 @@ class ucp_attachments extends module $view_topic = "{$phpbb_root_path}viewtopic.$phpEx$SID&t=" . $row['topic_id'] . '&p=' . $row['post_id'] . '#' . $row['post_id']; $template->assign_block_vars('attachrow', array( - 'ROW_NUMBER' => $i + ($start + 1), + 'ROW_NUMBER' => $row_count + ($start + 1), 'FILENAME' => $row['real_filename'], 'COMMENT' => str_replace("\n", '
', $row['comment']), 'EXTENSION' => $row['extension'], -- cgit v1.2.1