[Customisation Database Commits] r1744 - /trunk/titania/includes/types/_translation.php

Vojtech Vondra ameeck at phpbb.com
Wed Oct 6 22:40:26 BST 2010


Author: ameeck
Date: Wed Oct  6 22:40:26 2010
New Revision: 1744

Log:
Will have to increment contrib type ID, 5 is already taken by bridges, don't know how we missed this

Modified:
    trunk/titania/includes/types/_translation.php

Modified: trunk/titania/includes/types/_translation.php
==============================================================================
*** trunk/titania/includes/types/_translation.php (original)
--- trunk/titania/includes/types/_translation.php Wed Oct  6 22:40:26 2010
***************
*** 21,27 ****
  	include(TITANIA_ROOT . 'includes/types/base.' . PHP_EXT);
  }
  
! define('TITANIA_TYPE_TRANSLATION', 5);
  
  class titania_type_translation extends titania_type_base
  {
--- 21,27 ----
  	include(TITANIA_ROOT . 'includes/types/base.' . PHP_EXT);
  }
  
! define('TITANIA_TYPE_TRANSLATION', 6);
  
  class titania_type_translation extends titania_type_base
  {




More information about the customisationdb-commits mailing list