Changeset 760 for trunk/includes


Ignore:
Timestamp:
Jan 22, 2014, 6:12:46 PM (11 years ago)
Author:
maron
Message:
  • Fixed: search with diacriticals
  • Modified: Not show items search when nothing was found
  • Added: bbcode in Forum.php
  • Added: search in forum
  • Added: Last post at forum in user profile
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r759 r760  
    66// and system will need database update.
    77
    8 $Revision = 759; // Subversion revision
     8$Revision = 760; // Subversion revision
    99$DatabaseRevision = 748; // Database structure revision
    10 $ReleaseTime = '2014-01-20';
     10$ReleaseTime = '2014-01-22';
  • trunk/includes/global.php

    r758 r760  
    3333include_once(dirname(__FILE__).'/../Modules/Download/Download.php');
    3434include_once(dirname(__FILE__).'/../Modules/Forum/Forum.php');
     35require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php');
    3536
    3637
Note: See TracChangeset for help on using the changeset viewer.