diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-28 10:41:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-28 10:41:20 +0000 |
commit | 1115fba0649997f77a70eb4d03b1e4ab1df2d56e (patch) | |
tree | cacef530283715b3a7c94b3bf619ceb3da41b82d /modules/forum/forum.module | |
parent | 82d912d863e9d0ad46fef74336e64b24678ce2db (diff) | |
download | brdo-1115fba0649997f77a70eb4d03b1e4ab1df2d56e.tar.gz brdo-1115fba0649997f77a70eb4d03b1e4ab1df2d56e.tar.bz2 |
- Patch #489880 by nbz, Bojhan, Gurpartap Singh: merge 'Created' column with 'Topics'.
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r-- | modules/forum/forum.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module index 93abb925b..9737e881e 100644 --- a/modules/forum/forum.module +++ b/modules/forum/forum.module @@ -691,7 +691,6 @@ function forum_get_topics($tid, $sortby, $forum_per_page) { NULL, array('data' => t('Topic'), 'field' => 'n.title'), array('data' => t('Replies'), 'field' => 'ncs.comment_count'), - array('data' => t('Created'), 'field' => 'n.created'), array('data' => t('Last reply'), 'field' => 'ncs.last_comment_timestamp'), ); |