[Customisation Database Commits] r869 - /trunk/titania/includes/objects/contribution.php

Mickael SALFATI elglobo at phpbb-services.com
Wed Mar 24 18:48:28 GMT 2010


Author: Elglobo
Date: Wed Mar 24 18:48:28 2010
New Revision: 869

Log:
Fix if t=0 to not display.

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

Modified: trunk/titania/includes/objects/contribution.php
==============================================================================
*** trunk/titania/includes/objects/contribution.php (original)
--- trunk/titania/includes/objects/contribution.php Wed Mar 24 18:48:28 2010
***************
*** 544,550 ****
  			'CONTRIB_RATING_COUNT'			=> $this->contrib_rating_count,
  			'CONTRIB_RATING_STRING'			=> (!$simple) ? $this->rating->get_rating_string() : '',
  			
! 			'CONTRIB_ANNOUNCEMENT_TOPIC'	=> sprintf(phpbb::$user->lang['ANNOUNCEMENT_TOPIC_VIEW'], '<a href="' . phpbb::append_sid('viewtopic', 't='.$this->contrib_release_topic_id) . '">', '</a>'),
  
  			// Download data
  			'CONTRIB_DOWNLOADS'				=> $this->contrib_downloads,
--- 544,550 ----
  			'CONTRIB_RATING_COUNT'			=> $this->contrib_rating_count,
  			'CONTRIB_RATING_STRING'			=> (!$simple) ? $this->rating->get_rating_string() : '',
  			
! 			'CONTRIB_ANNOUNCEMENT_TOPIC'	=> ($this->contrib_release_topic_id) ? sprintf(phpbb::$user->lang['ANNOUNCEMENT_TOPIC_VIEW'], '<a href="' . phpbb::append_sid('viewtopic', 't='.$this->contrib_release_topic_id) . '">', '</a>') : false,
  
  			// Download data
  			'CONTRIB_DOWNLOADS'				=> $this->contrib_downloads,




More information about the customisationdb-commits mailing list