mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
r.6971 버그수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6975 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ddf1597e0e
commit
21f5da7d32
1 changed files with 1 additions and 1 deletions
|
|
@ -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>');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue