[Customisation Database Commits] r575 - /trunk/titania/includes/objects/topic.php

Nathan Guse exreaction at phpbb.com
Thu Feb 4 03:42:46 GMT 2010


Author: exreaction
Date: Thu Feb  4 03:42:46 2010
New Revision: 575

Log:
Wrong position of the custom url argument in the get_username_string call

Modified:
    trunk/titania/includes/objects/topic.php

Modified: trunk/titania/includes/objects/topic.php
==============================================================================
*** trunk/titania/includes/objects/topic.php (original)
--- trunk/titania/includes/objects/topic.php Thu Feb  4 03:42:46 2010
***************
*** 347,359 ****
  			'TOPIC_FIRST_POST_ID'			=> $this->topic_first_post_id,
  			'TOPIC_FIRST_POST_USER_ID'		=> $this->topic_first_post_user_id,
  			'TOPIC_FIRST_POST_USER_COLOUR'	=> $this->topic_first_post_user_colour,
! 			'TOPIC_FIRST_POST_USER_FULL'	=> get_username_string('full', $this->topic_first_post_user_id, $this->topic_first_post_username, $this->topic_first_post_user_colour, phpbb::append_sid('memberlist', 'mode=viewprofile')),
  			'TOPIC_FIRST_POST_TIME'			=> phpbb::$user->format_date($this->topic_first_post_time),
  
  			'TOPIC_LAST_POST_ID'			=> $this->topic_last_post_id,
  			'TOPIC_LAST_POST_USER_ID'		=> $this->topic_last_post_user_id,
  			'TOPIC_LAST_POST_USER_COLOUR'	=> $this->topic_last_post_user_colour,
! 			'TOPIC_LAST_POST_USER_FULL'		=> get_username_string('full', $this->topic_last_post_user_id, $this->topic_last_post_username, $this->topic_last_post_user_colour, phpbb::append_sid('memberlist', 'mode=viewprofile')),
  			'TOPIC_LAST_POST_TIME'			=> phpbb::$user->format_date($this->topic_last_post_time),
  			'TOPIC_LAST_POST_SUBJECT'		=> censor_text($this->topic_last_post_subject),
  
--- 347,359 ----
  			'TOPIC_FIRST_POST_ID'			=> $this->topic_first_post_id,
  			'TOPIC_FIRST_POST_USER_ID'		=> $this->topic_first_post_user_id,
  			'TOPIC_FIRST_POST_USER_COLOUR'	=> $this->topic_first_post_user_colour,
! 			'TOPIC_FIRST_POST_USER_FULL'	=> get_username_string('full', $this->topic_first_post_user_id, $this->topic_first_post_username, $this->topic_first_post_user_colour, false, phpbb::append_sid('memberlist', 'mode=viewprofile')),
  			'TOPIC_FIRST_POST_TIME'			=> phpbb::$user->format_date($this->topic_first_post_time),
  
  			'TOPIC_LAST_POST_ID'			=> $this->topic_last_post_id,
  			'TOPIC_LAST_POST_USER_ID'		=> $this->topic_last_post_user_id,
  			'TOPIC_LAST_POST_USER_COLOUR'	=> $this->topic_last_post_user_colour,
! 			'TOPIC_LAST_POST_USER_FULL'		=> get_username_string('full', $this->topic_last_post_user_id, $this->topic_last_post_username, $this->topic_last_post_user_colour, false, phpbb::append_sid('memberlist', 'mode=viewprofile')),
  			'TOPIC_LAST_POST_TIME'			=> phpbb::$user->format_date($this->topic_last_post_time),
  			'TOPIC_LAST_POST_SUBJECT'		=> censor_text($this->topic_last_post_subject),
  




More information about the customisationdb-commits mailing list