1
0

fix ategory for pathnames startin gwith a number

This commit is contained in:
Garvin Hicking
2010-03-26 13:55:04 +00:00
parent 2ecf7fbba2
commit 36f955285e
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,9 @@
Version 1.6 ()
------------------------------------------------------------------------
* Fix "viewAuthor" URL detection routine if the path name of a
domain begins with a number. (garvinhicking)
* Fix SQLite substring search to use % instead of * for secondary
matches (SvOlli)