r.6971 버그수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6975 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
khongchi 2009-11-25 05:30:59 +00:00
parent ddf1597e0e
commit 21f5da7d32

View file

@ -85,7 +85,7 @@
$str = fgets($oExtract->fd, 1024);
if(strstr($str, '<guestbook>')) {
$started = true;
$str = strstr($str, '<category>');
$str = strstr($str, '<guestbook>');
}
if ($started) {
$pos = strpos($str, '</guestbook>');