1
0

* 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)
This commit is contained in:
Garvin Hicking
2010-04-27 07:57:04 +00:00
parent ed9bc8d88c
commit 76e8d73b27
2 changed files with 14 additions and 10 deletions

View File

@ -3,6 +3,10 @@
Version 1.6 ()
------------------------------------------------------------------------
* 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)
* Truncate suppressed referrer's query string to 255 characters
(ads)