1
0

* Added new 'fulltext' search option to sidebar plugin

http://board.s9y.org/viewtopic.php?f=4&t=16051
This commit is contained in:
Garvin Hicking
2010-04-30 08:13:30 +00:00
parent 76e8d73b27
commit 1e2fa250c3
3 changed files with 24 additions and 2 deletions

View File

@ -3,6 +3,9 @@
Version 1.6 ()
------------------------------------------------------------------------
* Added new 'fulltext' search option to sidebar plugin
http://board.s9y.org/viewtopic.php?f=4&t=16051
* Fix SQL query statement for deleting a category, which on some
DB types (SQlite) might not return "true" and thus not really
delete the category. (garvinhicking)