- improved last-guid sanity check on update to 0.9.1, fixes #34

- replacing deprecated functions in PHP-5.3 (no external libraries for now like phpmailer), refs #35
This commit is contained in:
Michael Kaufmann (d00p)
2010-02-25 07:05:23 +00:00
parent 1d2193d0e2
commit b289a6746a
4 changed files with 18 additions and 8 deletions

View File

@@ -843,7 +843,7 @@ class ApsParser
{
//split all keywords
$Elements = split('[ ,;]', trim($_GET['keyword']));
$Elements = preg_split('/[ ,;]/', trim($_GET['keyword']));
if(count($Elements) == 1
&& strlen($Elements[0]) == 0)